Skip to content

Commit

Permalink
Merge pull request #128 from kauandotnet/feature/export-user-exception
Browse files Browse the repository at this point in the history
feat: export user exception
  • Loading branch information
MrMaz authored Oct 3, 2023
2 parents 170a2eb + c728eb5 commit 454d343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nestjs-user/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ export { UserUpdateDto } from './dto/user-update.dto';
export { UserDto } from './dto/user.dto';

export { UserResource } from './user.types';

export { UserException } from './exceptions/user-exception';

0 comments on commit 454d343

Please sign in to comment.