20cabb5563
In some cases, when the user waited some time before force-killing a VM, it could be already dead. fixes QubesOS/qubes-issues#3730
9 lines
167 B
Python
9 lines
167 B
Python
### mock qubesadmin.exc module
|
|
# pylint: disable=unused-variable
|
|
|
|
|
|
class QubesException(BaseException):
|
|
pass
|
|
|
|
class QubesVMNotStartedError(BaseException):
|
|
pass |