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
|
@ -3,4 +3,7 @@ export class HomeServerError extends Error {
|
||||||
super(body.error);
|
super(body.error);
|
||||||
this.errcode = body.errcode;
|
this.errcode = body.errcode;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export class StorageError extends Error {
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue