????

Your IP : 18.117.71.244


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/ConnectionIsNotSetError.d.ts

import { TypeORMError } from "./TypeORMError";
/**
 * Thrown when user tries to execute operation that requires connection to be established.
 */
export declare class ConnectionIsNotSetError extends TypeORMError {
    constructor(dbType: string);
}