mock QubesVMNotFoundError

This commit is contained in:
3hhh 2021-04-11 09:02:40 +02:00
parent 72cbec7645
commit 17e6bf00ba
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: EB03A691DB2F0833

Vedi File

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