mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05: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…
Reference in a new issue