Add StoragePoolException
This commit is contained in:
parent
f42b8d0721
commit
1fd09f4e58
@ -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'''
|
||||
|
Loading…
Reference in New Issue
Block a user