Skip to main content
Latest
class CannotGetEntityManagerNotConnectedError
extends Error
import { CannotGetEntityManagerNotConnectedError } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/CannotGetEntityManagerNotConnectedError.ts";

Thrown when consumer tries to access entity manager before connection is established.

Constructors

new
CannotGetEntityManagerNotConnectedError(connectionName: string)

Properties

name: string