summaryrefslogtreecommitdiffstats
path: root/gluster/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/exceptions.py')
-rw-r--r--gluster/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gluster/exceptions.py b/gluster/exceptions.py
index 962e69f..b95e543 100644
--- a/gluster/exceptions.py
+++ b/gluster/exceptions.py
@@ -20,3 +20,7 @@ class LibgfapiException(Exception):
class VolumeNotMounted(LibgfapiException):
pass
+
+
+class Error(EnvironmentError):
+ pass