Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/typeorm/src/error/ConnectionNotFoundError.ts>ConnectionNotFoundError

Forked from https://github.com/typeorm/typeorm
Latest
class ConnectionNotFoundError
extends Error
import { ConnectionNotFoundError } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/error/ConnectionNotFoundError.ts";

Thrown when consumer tries to get connection that does not exist.

Constructors

new
ConnectionNotFoundError(name: string)

Properties

name: string