| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/core/errors/ |
| 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;
}