mock QubesVMNotFoundError
This commit is contained in:
parent
72cbec7645
commit
17e6bf00ba
@ -6,6 +6,10 @@ class QubesException(BaseException):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class QubesVMNotFoundError(BaseException):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class QubesVMNotStartedError(BaseException):
|
class QubesVMNotStartedError(BaseException):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user