diff --git a/src/errors.ts b/src/errors.ts index 6d3a4029..eda4169e 100644 --- a/src/errors.ts +++ b/src/errors.ts @@ -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