????

Your IP : 18.217.91.183


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

import { TypeORMError } from "./TypeORMError";
/**
 * Thrown when some option is not set in the connection options.
 */
export declare class NoConnectionOptionError extends TypeORMError {
    constructor(optionName: string);
}