error-list
Version:
3 lines (2 loc) • 396 B
TypeScript
export { BaseError, HttpError, ServerHttpError, BadRequestHttpError, UnauthorizedHttpError, ForbiddenHttpError, NotFoundHttpError, MethodNotAllowedHttpError, NotAcceptableHttpError, GoneHttpError, UnsupportedMediaTypeHttpError, UnprocessableEntityHttpError, ValidationHttpError, TooManyRequestsHttpError, NotImplementedHttpError } from './errors';
export { errorHandler } from './error-handler';