diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-06-25 16:29:09 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-06-25 16:29:09 +0000 |
| commit | dcc2f67bee4451e177c4f4fe7b48d896fb76d7ec (patch) | |
| tree | d269745095bce16af695a03db764ddf9d37d75c2 /cinderclient/exceptions.py | |
| parent | 1b7540ca484290f4d0431536d9ffdc197f07597c (diff) | |
| parent | 6adda93c9d52a1bb841261725f666a439b54539c (diff) | |
| download | python-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.py | 4 |
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 |
