summaryrefslogtreecommitdiffstats
path: root/storage/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'storage/errors.py')
-rw-r--r--storage/errors.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/errors.py b/storage/errors.py
index 9dd121c89..e0175fc17 100644
--- a/storage/errors.py
+++ b/storage/errors.py
@@ -64,6 +64,9 @@ class FormatTeardownError(DeviceFormatError):
class DMRaidMemberError(DeviceFormatError):
pass
+class MultipathMemberError(DeviceFormatError):
+ pass
+
class FSError(DeviceFormatError):
pass