summaryrefslogtreecommitdiff
path: root/keystoneclient/exceptions.py
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-09-13 07:55:26 -0500
committerGerrit Code Review <review@openstack.org>2012-10-09 22:58:29 +0000
commit46360085ebcbea61a04ab001e7d9597d0ed0b746 (patch)
treeb056c5d5f6e59bd64ba48aa2ef50a1ea4a5db7dd /keystoneclient/exceptions.py
parent0ee514703094e3410d71b0078bd3d27db4d790dc (diff)
downloadpython-keystoneclient-46360085ebcbea61a04ab001e7d9597d0ed0b746.tar.gz
v3 Domain/Project role grants
Change-Id: Idbe0702b42603d6f9f133c9f1855ea9b4f222066
Diffstat (limited to 'keystoneclient/exceptions.py')
-rw-r--r--keystoneclient/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/keystoneclient/exceptions.py b/keystoneclient/exceptions.py
index d01f3d2..06e6c57 100644
--- a/keystoneclient/exceptions.py
+++ b/keystoneclient/exceptions.py
@@ -9,6 +9,10 @@ class CommandError(Exception):
pass
+class ValidationError(Exception):
+ pass
+
+
class AuthorizationFailure(Exception):
pass