UNPKG

@nestjs/core

Version:

Nest - modern, fast, powerful node.js web framework (@core)

6 lines (5 loc) 218 B
import { type ArgumentsHost } from '@nestjs/common'; export declare class ExternalExceptionFilter<T = any, R = any> { private static readonly logger; catch(exception: T, host: ArgumentsHost): R | Promise<R>; }