summaryrefslogtreecommitdiffstats
path: root/gluster/exceptions.py
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-05-31 18:59:56 +0530
committerPrashanth Pai <ppai@redhat.com>2016-06-15 16:00:08 +0530
commit601884e6e861813e14f9064e2f135eb857d59b17 (patch)
tree6b2f1b1650118102ddb2fb82771380b1c5e970e0 /gluster/exceptions.py
parentb111d50347076336b3e655178d967f8e5c8c9913 (diff)
Implement shutil.copy* methods and os.link()
Change-Id: I2de796e7d53732c5a967c6194a43378171fcb3d6 Signed-off-by: Prashanth Pai <ppai@redhat.com>
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