mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
Multiuser support (#60)
This commit is contained in:
6
lib/exceptions.ts
Normal file
6
lib/exceptions.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export class PermissionError extends Error {
|
||||
constructor(message: string) {
|
||||
super(message)
|
||||
this.name = 'PermissionError'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user