Skip to content

Commit

Permalink
Add error to detect errors in discovering availability info.
Browse files Browse the repository at this point in the history
Related: #12

Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed May 5, 2015
1 parent 2fa8f27 commit 435d93e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blivet/errors.py
Expand Up @@ -194,3 +194,7 @@ class UnknownSourceDeviceError(StorageError):
# factories
class DeviceFactoryError(StorageError):
pass

class AvailabilityError(StorageError):
""" Raised if problem determining availability of external resource. """
pass

0 comments on commit 435d93e

Please sign in to comment.