mock QubesVMNotFoundError

This commit is contained in:
3hhh 2021-04-11 09:02:40 +02:00
parent 72cbec7645
commit 17e6bf00ba
No known key found for this signature in database
GPG Key ID: EB03A691DB2F0833

View File

@ -6,6 +6,10 @@ class QubesException(BaseException):
pass
class QubesVMNotFoundError(BaseException):
pass
class QubesVMNotStartedError(BaseException):
pass