mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 15:38:25 +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):
|
class NotInBenchDirectoryError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class VersionNotFound(Exception):
|
||||||
|
pass
|
Loading…
x
Reference in New Issue
Block a user