UNPKG

213 BTypeScriptView Raw
1import { ArgumentsHost } from '@nestjs/common';
2export declare class ExternalExceptionFilter<T = any, R = any> {
3 private static readonly logger;
4 catch(exception: T, host: ArgumentsHost): R | Promise<R>;
5}