Skip to content

Commit

Permalink
Merge pull request #19 from Green-Software-Foundation/custom-errors
Browse files Browse the repository at this point in the history
Add custom errors for arithmetic operation
  • Loading branch information
narekhovhannisyan authored Aug 22, 2024
2 parents ee75c3b + b95ea9a commit 647f03b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const CUSTOM_ERRORS = [
'MissingPluginDependenciesError',
'PluginInitializationError',
'InvalidExhaustPluginError',
'WrongArithmeticOperationError',
'ZeroDivisionArithmeticOperationError',
/** Plugins */
'ConfigError',
'MissingInputDataError',
Expand Down

0 comments on commit 647f03b

Please sign in to comment.