summaryrefslogtreecommitdiff
path: root/swiftclient/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'swiftclient/exceptions.py')
-rw-r--r--swiftclient/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/swiftclient/exceptions.py b/swiftclient/exceptions.py
index 9a77672..56c696f 100644
--- a/swiftclient/exceptions.py
+++ b/swiftclient/exceptions.py
@@ -66,3 +66,7 @@ class ClientException(Exception):
b += ' [first 60 chars of response] %s' \
% self.http_response_content[:60]
return b and '%s: %s' % (a, b) or a
+
+
+class SkipTest(Exception):
+ pass