manager/test-packages/qubesadmin/exc.py
2018-06-13 16:17:20 +02:00

13 lines
225 B
Python

### mock qubesadmin.exc module
# pylint: disable=unused-variable
class QubesException(BaseException):
pass
class QubesVMNotStartedError(BaseException):
pass
class QubesPropertyAccessError(BaseException):
pass