naga-audit-service
Version:
A comprehensive audit service library for NestJS applications with MongoDB support
8 lines • 354 B
TypeScript
import { HttpException } from '@nestjs/common';
import { errorRecord } from './error-handler';
type ErrorKey = keyof typeof errorRecord;
export declare class ErrorException extends HttpException {
constructor(exceptionKey?: ErrorKey, customMessage?: string, customErrorCode?: number);
}
export {};
//# sourceMappingURL=custom-error.exception.d.ts.map