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