????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/error/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/error/ConnectionNotFoundError.d.ts |
import { TypeORMError } from "./TypeORMError"; /** * Thrown when consumer tries to get connection that does not exist. */ export declare class ConnectionNotFoundError extends TypeORMError { constructor(name: string); }