Skip to content

Commit

Permalink
feat: Added exception for invalid version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aradhya-Tripathi committed Mar 23, 2022
1 parent b28cfab commit ddd498e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bench/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ class FeatureDoesNotExistError(CommandFailedError):

class NotInBenchDirectoryError(Exception):
pass


class VersionNotFound(Exception):
pass

0 comments on commit ddd498e

Please sign in to comment.