Browse Source

mock QubesVMNotFoundError

3hhh 3 years ago
parent
commit
17e6bf00ba
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test-packages/qubesadmin/exc.py

+ 4 - 0
test-packages/qubesadmin/exc.py

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