Initial commit
This commit is contained in:
5
src/modules/users/domain/errors/UserNotFound.ts
Normal file
5
src/modules/users/domain/errors/UserNotFound.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class UserNotFound extends Error {
|
||||
constructor() {
|
||||
super("User not found");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user