Skip to content

Commit

Permalink
feat(util): add ConfigValidationError custom error
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Feb 26, 2024
1 parent 0ce3083 commit b113114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const CUSTOM_ERRORS = [
'APIRequestError',
'InputValidationError',
'UnsupportedValueError',
'ConfigValidationError',
] as const;

type CustomErrors = {
Expand Down

0 comments on commit b113114

Please sign in to comment.