wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export class NotificationDomainError extends Error {
|
||||
readonly name: string = 'NotificationDomainError';
|
||||
|
||||
constructor(message: string) {
|
||||
super(message);
|
||||
Object.setPrototypeOf(this, new.target.prototype);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user