????

Your IP : 3.19.74.8


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/error/
Upload File :
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);
}