exc.py 167 B

123456789
  1. ### mock qubesadmin.exc module
  2. # pylint: disable=unused-variable
  3. class QubesException(BaseException):
  4. pass
  5. class QubesVMNotStartedError(BaseException):
  6. pass