20ee51f3d1
It will hopefully fix QubesOS/qubes-issues#4163 . references QubesOS/qubes-issues#4163
16 lines
284 B
Python
16 lines
284 B
Python
### mock qubesadmin.exc module
|
|
# pylint: disable=unused-variable
|
|
|
|
|
|
class QubesException(BaseException):
|
|
pass
|
|
|
|
class QubesVMNotStartedError(BaseException):
|
|
pass
|
|
|
|
class QubesPropertyAccessError(BaseException):
|
|
pass
|
|
|
|
class QubesDaemonNoResponseError(BaseException):
|
|
pass
|