UNPKG

@ticatec/express-exception

Version:

A comprehensive set of reusable error classes and middleware for Node.js Express applications with standardized error handling and consistent response formats.

6 lines (5 loc) 235 B
export declare const AppError: any; export declare const UnauthenticatedError: any; export declare const InsufficientPermissionError: any; export declare const IllegalParameterError: any; export declare const ActionNotFoundError: any;