瀏覽代碼

Add QubesValueError to mock qubesadmin.exc

Will be needed in upcoming changes, to make pylint happy.
Marek Marczykowski-Górecki 3 年之前
父節點
當前提交
7c55ee065c
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      test-packages/qubesadmin/exc.py

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

@@ -36,3 +36,6 @@ class BackupAlreadyRunningError(BaseException):
 
 class QubesDaemonCommunicationError(BaseException):
     pass
+
+class QubesValueError(BaseException):
+    pass