summaryrefslogtreecommitdiff
path: root/cinderclient/exceptions.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-06-25 16:29:09 +0000
committerGerrit Code Review <review@openstack.org>2013-06-25 16:29:09 +0000
commitdcc2f67bee4451e177c4f4fe7b48d896fb76d7ec (patch)
treed269745095bce16af695a03db764ddf9d37d75c2 /cinderclient/exceptions.py
parent1b7540ca484290f4d0431536d9ffdc197f07597c (diff)
parent6adda93c9d52a1bb841261725f666a439b54539c (diff)
downloadpython-cinderclient-dcc2f67bee4451e177c4f4fe7b48d896fb76d7ec.tar.gz
Merge "Connectivity between the endpoint version and OS_VOLUME_API_VERSION."
Diffstat (limited to 'cinderclient/exceptions.py')
-rw-r--r--cinderclient/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cinderclient/exceptions.py b/cinderclient/exceptions.py
index d56f34a..0c52c9c 100644
--- a/cinderclient/exceptions.py
+++ b/cinderclient/exceptions.py
@@ -11,6 +11,10 @@ class UnsupportedVersion(Exception):
pass
+class InvalidAPIVersion(Exception):
+ pass
+
+
class CommandError(Exception):
pass