From 601884e6e861813e14f9064e2f135eb857d59b17 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Tue, 31 May 2016 18:59:56 +0530 Subject: Implement shutil.copy* methods and os.link() Change-Id: I2de796e7d53732c5a967c6194a43378171fcb3d6 Signed-off-by: Prashanth Pai --- gluster/exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gluster/exceptions.py') 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 -- cgit