????

Your IP : 3.144.237.87


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

import { TypeORMError } from "./TypeORMError";
/**
 * Thrown if some required driver's option is not set.
 */
export declare class DriverOptionNotSetError extends TypeORMError {
    constructor(optionName: string);
}