Skip to content

Commit

Permalink
fix: Export all errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Jan 1, 2021
1 parent a3ae2bd commit f7825be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ export * from './util/errors/BadRequestHttpError';
export * from './util/errors/ConflictHttpError';
export * from './util/errors/ForbiddenHttpError';
export * from './util/errors/HttpError';
export * from './util/errors/InternalServerError';
export * from './util/errors/MethodNotAllowedHttpError';
export * from './util/errors/NotFoundHttpError';
export * from './util/errors/NotImplementedHttpError';
export * from './util/errors/SystemError';
export * from './util/errors/UnauthorizedHttpError';
export * from './util/errors/UnsupportedMediaTypeHttpError';
Expand Down

0 comments on commit f7825be

Please sign in to comment.