mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 01:15:49 +10:00
wip: refresh design
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export class UserExistsError extends Error {
|
||||
constructor() {
|
||||
super('User already exists');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user