Skip to content

Commit

Permalink
fix: export exception.BaseException
Browse files Browse the repository at this point in the history
  • Loading branch information
bingtsingw committed Jun 20, 2023
1 parent 2f9becb commit 03164b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/exception/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import { ForbiddenException } from './403';
import { NotFoundException } from './404';
import { ClientException } from './4xx';
import { ServerException } from './5xx';
import { BaseException } from './base';

export const exception = {
BaseException,
ClientException,
BadRequestException,
UnauthorizedException,
Expand Down

0 comments on commit 03164b7

Please sign in to comment.