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):
|
2018-06-13 16:17:20 +02:00
|
|
|
pass
|
|
|
|
|
|
|
|
class QubesPropertyAccessError(BaseException):
|
|
|
|
pass
|
2018-08-05 23:48:10 +02:00
|
|
|
|
|
|
|
class QubesDaemonNoResponseError(BaseException):
|
|
|
|
pass
|