Skip to content

Commit

Permalink
Add StoragePoolException
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Mar 13, 2017
1 parent f42b8d0 commit 1fd09f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qubesmgmt/exc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'''
Expand Down

0 comments on commit 1fd09f4

Please sign in to comment.