UI Admin aproape finalizat
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class UserNotExistingError extends Error {
|
||||
constructor(message = 'User not found in the system!') {
|
||||
super(message);
|
||||
this.name = 'UserNotExistingError';
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = UserNotExistingError
|
||||
Reference in New Issue
Block a user