2018-01-06 02:08:34 +01:00
|
|
|
### mock qubesadmin.exc module
|
|
|
|
# pylint: disable=unused-variable
|
|
|
|
|
2017-11-09 18:34:29 +01:00
|
|
|
|
|
|
|
class QubesException(BaseException):
|
2017-11-17 17:34:38 +01:00
|
|
|
pass
|
2018-03-24 22:53:22 +01:00
|
|
|
|
|
|
|
class QubesVMNotStartedError(BaseException):
|
|
|
|
pass
|