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