Skip to content

Commit

Permalink
Serialize new errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hejny committed Nov 29, 2024
1 parent 5ba7d9e commit 54f73e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/errors/0-index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { CsvFormatError } from '../_packages/core.index';
import { AbstractFormatError } from './AbstractFormatError';
import { CollectionError } from './CollectionError';
import { EnvironmentMismatchError } from './EnvironmentMismatchError';
Expand All @@ -20,6 +21,7 @@ import { UnexpectedError } from './UnexpectedError';
*/
export const ERRORS = {
AbstractFormatError,
CsvFormatError,
CollectionError,
EnvironmentMismatchError,
ExpectError,
Expand Down

0 comments on commit 54f73e2

Please sign in to comment.