UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

6 lines 237 B
import { RuntimeException } from './exceptions/runtime'; export declare class ExceptionHandler { private static readonly logger; handle(exception: RuntimeException | Error): void; } //# sourceMappingURL=exception-handler.d.ts.map