Add QubesValueError to mock qubesadmin.exc

Will be needed in upcoming changes, to make pylint happy.
This commit is contained in:
Marek Marczykowski-Górecki 2020-12-15 15:53:52 +01:00
parent 2164b82c34
commit 7c55ee065c
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

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