This commit is contained in:
abikouo
2021-05-18 12:10:23 +02:00
parent ce037ce3ba
commit b453f791e9
5 changed files with 41 additions and 17 deletions

View File

@@ -19,3 +19,7 @@ __metaclass__ = type
class ApplyException(Exception):
""" Could not apply patch """
class WaitException(Exception):
""" Bad parameters for Wait operation """