Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 8, 2023
1 parent 31b37de commit a699381
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ export class TsonError extends Error {
}
}

export class TsonAbortError extends TsonError {
constructor(cause: unknown) {
super(`TSON operation aborted`, { cause });
this.name = "TsonAbortError";
}
}

export class TsonCircularReferenceError extends TsonError {
/**
* The circular reference that was found
Expand Down

0 comments on commit a699381

Please sign in to comment.