UNPKG

240 BTypeScriptView Raw
1import { ArgumentsHost, ExceptionFilter, HttpException } from '@nestjs/common';
2export declare class NotFoundFilter implements ExceptionFilter {
3 private readonly logger;
4 catch(exception: HttpException, host: ArgumentsHost): void;
5}