This commit is contained in:
Andras Schmelczer 2025-03-22 18:10:50 +00:00
parent eb9fadf714
commit 7153c06c63
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,5 @@
export class SyncResetError extends Error {
constructor() {
public constructor() {
super("Sync was reset");
this.name = "SyncResetError";
}