2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 23:09:03 +00:00

feat: Added exception for invalid version

This commit is contained in:
Aradhya 2022-03-23 18:18:37 +05:30
parent b28cfab550
commit ddd498ebd0

View File

@ -30,3 +30,7 @@ class FeatureDoesNotExistError(CommandFailedError):
class NotInBenchDirectoryError(Exception):
pass
class VersionNotFound(Exception):
pass