mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
wip: refresh design
This commit is contained in:
5
packages/lib/errors/user-exists.ts
Normal file
5
packages/lib/errors/user-exists.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export class UserExistsError extends Error {
|
||||
constructor() {
|
||||
super('User already exists');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user