summaryrefslogtreecommitdiff
path: root/keystoneclient/exceptions.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-02-13 08:27:39 +0000
committerGerrit Code Review <review@openstack.org>2013-02-13 08:27:39 +0000
commitacdba5ee521fb2a08a338587bb81e25023ee94f9 (patch)
treeab27d5bd81af9dd968d6f7b7332fdefb34ccebe4 /keystoneclient/exceptions.py
parentb998ff92527cf542f7e8db127cd65bfc7ccceb1a (diff)
parent935166506277d3ee60eabdec5b0129f70c446ee5 (diff)
downloadpython-keystoneclient-acdba5ee521fb2a08a338587bb81e25023ee94f9.tar.gz
Merge "Add name arguments to keystone command."
Diffstat (limited to 'keystoneclient/exceptions.py')
-rw-r--r--keystoneclient/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/keystoneclient/exceptions.py b/keystoneclient/exceptions.py
index 2174cfb..86667d9 100644
--- a/keystoneclient/exceptions.py
+++ b/keystoneclient/exceptions.py
@@ -33,6 +33,11 @@ class EmptyCatalog(Exception):
pass
+class NoUniqueMatch(Exception):
+ """Unable to find unique resource"""
+ pass
+
+
class ClientException(Exception):
"""
The base exception class for all exceptions this library raises.