Extract reset error
This commit is contained in:
parent
8a27987798
commit
a937f64fa0
2 changed files with 8 additions and 2 deletions
6
frontend/sync-client/src/services/sync-reset-error.ts
Normal file
6
frontend/sync-client/src/services/sync-reset-error.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export class SyncResetError extends Error {
|
||||
constructor() {
|
||||
super("Sync was reset");
|
||||
this.name = "SyncResetError";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue