UNPKG

error-lib

Version:

Standard Error Library for JavaScript/TypeScript projects (NodeJS & Browsers)

9 lines 330 B
export * from './application_error'; export * from './bad_request_error'; export * from './forbidden_error'; export * from './not_found_error'; export * from './resource_not_found_error'; export * from './route_not_found_error'; export * from './serializer'; export * from './validation_error'; //# sourceMappingURL=index.d.ts.map