13 lines
225 B
Python
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
|