@webxsid/nest-exception
Version:
A centralized exception handling module for NestJS applications. It provides structured error management, logging, and automatic exception handling.
12 lines • 352 B
TypeScript
export declare const AppExceptionProviderKeys: {
AppExceptionFilter: string;
AppExceptionHandler: string;
ErrorRegistry: string;
AppException: string;
IsDevMode: string;
Errors: string;
Logger: string;
ErrorOptions: string;
};
export declare const kDefaultErrorCode = "UNKNOWN_ERROR";
//# sourceMappingURL=index.d.ts.map