UNPKG

naga-audit-service

Version:

A comprehensive audit service library for NestJS applications with MongoDB support

6 lines 275 B
import { ExceptionFilter, ArgumentsHost } from '@nestjs/common'; export declare class AllExceptionsFilter implements ExceptionFilter { private readonly logger; catch(exception: unknown, host: ArgumentsHost): void; } //# sourceMappingURL=all-exceptions.filter.d.ts.map