????

Your IP : 18.217.185.32


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/core/errors/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/core/errors/exceptions-zone.d.ts

export declare class ExceptionsZone {
    private static readonly exceptionHandler;
    static run(callback: () => void, teardown?: (err: any) => void, autoFlushLogs?: boolean): void;
    static asyncRun(callback: () => Promise<void>, teardown?: (err: any) => void, autoFlushLogs?: boolean): Promise<void>;
}