mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
storage error definition
This commit is contained in:
parent
27b98408f1
commit
e99ad90539
@ -4,3 +4,6 @@ export class HomeServerError extends Error {
|
||||
this.errcode = body.errcode;
|
||||
}
|
||||
}
|
||||
|
||||
export class StorageError extends Error {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user