forked from mystiq/hydrogen-web
storage error definition
This commit is contained in:
parent
27b98408f1
commit
e99ad90539
1 changed files with 4 additions and 1 deletions
|
@ -4,3 +4,6 @@ export class HomeServerError extends Error {
|
||||||
this.errcode = body.errcode;
|
this.errcode = body.errcode;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export class StorageError extends Error {
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue