mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
MediaService: Implement delete feature
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
db869418d4
commit
9e7e15a20a
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