UNPKG

@brewww/authentication-service

Version:
6 lines (5 loc) 249 B
import { ArgumentsHost, ExceptionFilter, HttpException } from "@nestjs/common"; export declare class HttpExceptionFilter implements ExceptionFilter { catch(exception: HttpException, host: ArgumentsHost): void; private getExceptionMessage; }