Add StoragePoolException

This commit is contained in:
Marek Marczykowski-Górecki 2017-03-13 04:32:35 +01:00
parent f42b8d0721
commit 1fd09f4e58
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -103,6 +103,10 @@ class QubesMemoryError(QubesException, MemoryError):
'''Cannot start domain, because not enough memory is available'''
class StoragePoolException(QubesException):
''' A general storage exception '''
class QubesDaemonCommunicationError(QubesException, IOError):
'''Error while communicating with qubesd, may mean insufficient
permissions, as well'''