UNPKG

@jrosadob/ms-custom

Version:

ms-custom

5 lines (4 loc) 191 B
import { ExceptionFilter, ArgumentsHost } from '@nestjs/common'; export declare class AllExceptionsFilter implements ExceptionFilter { catch(exception: any, host: ArgumentsHost): void; }