2
0
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:
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