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 2bb4732..962e69f 100644
--- a/gluster/exceptions.py
+++ b/gluster/exceptions.py
@@ -16,3 +16,7 @@
class LibgfapiException(Exception):
pass
+
+
+class VolumeNotMounted(LibgfapiException):
+ pass