mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 03:05:19 -04:00
MediaService: Implement delete feature
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
5262a58639
commit
eeb3f6f5a7
2 changed files with 37 additions and 1 deletions
|
@ -5,3 +5,7 @@ export class NotInDBError extends Error {
|
|||
export class ClientError extends Error {
|
||||
name = 'ClientError';
|
||||
}
|
||||
|
||||
export class PermissionError extends Error {
|
||||
name = 'PermissionError';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue