UNPKG

@tsclean/core

Version:

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

9 lines 574 B
import { ExternalExceptionFilter } from './external-exception-filter'; import { ArgumentsHostInterface, ExceptionFilterMetadataInterface } from "../../contracts"; export declare class ExternalExceptionsHandler extends ExternalExceptionFilter { private filters; next(exception: Error | any, host: ArgumentsHostInterface): Promise<any>; setCustomFilters(filters: ExceptionFilterMetadataInterface[]): void; invokeCustomFilters<T = any>(exception: T, host: ArgumentsHostInterface): Promise<any> | null; } //# sourceMappingURL=external-exceptions-handler.d.ts.map