manager/test-packages/qubesadmin/exc.py
2018-08-06 21:53:09 +02:00

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