Your IP : 216.73.216.189


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/core/errors/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/core/errors/exception-handler.d.ts

import { RuntimeException } from './exceptions/runtime.exception';
export declare class ExceptionHandler {
    private static readonly logger;
    handle(exception: RuntimeException | Error): void;
}