[master 6/21] Add error to detect errors in discovering availability info.

mulkieran installerbot-noreply at redhat.com
Tue May 12 21:35:48 UTC 2015


From: mulhern <amulhern at redhat.com>

Related: #12

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/errors.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/blivet/errors.py b/blivet/errors.py
index 179c823..6677fce 100644
--- a/blivet/errors.py
+++ b/blivet/errors.py
@@ -194,3 +194,7 @@ class UnknownSourceDeviceError(StorageError):
 # factories
 class DeviceFactoryError(StorageError):
     pass
+
+class AvailabilityError(StorageError):
+    """ Raised if problem determining availability of external resource. """
+    pass


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/c7fc27796590c3ed7bf66e4104c2f7d146b16fa7


More information about the anaconda-patches mailing list