UNPKG

200 BTypeScriptView Raw
1import { RuntimeException } from './exceptions/runtime.exception';
2export declare class ExceptionHandler {
3 private static readonly logger;
4 handle(exception: RuntimeException | Error): void;
5}