mirror of
https://github.com/frappe/bench.git
synced 2025-01-08 16:14:12 +00:00
feat: Added exception for invalid version
This commit is contained in:
parent
b28cfab550
commit
ddd498ebd0
@ -30,3 +30,7 @@ class FeatureDoesNotExistError(CommandFailedError):
|
||||
|
||||
class NotInBenchDirectoryError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class VersionNotFound(Exception):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user