mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04:00
chore: add PrimaryAliasDeletionForbiddenError
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
1fd15cc376
commit
86d060706f
1 changed files with 4 additions and 0 deletions
|
@ -39,3 +39,7 @@ export class PermissionsUpdateInconsistentError extends Error {
|
|||
export class MediaBackendError extends Error {
|
||||
name = 'MediaBackendError';
|
||||
}
|
||||
|
||||
export class PrimaryAliasDeletionForbiddenError extends Error {
|
||||
name = 'PrimaryAliasDeletionForbiddenError';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue