summaryrefslogtreecommitdiff
path: root/keystoneclient/exceptions.py
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-10-30 22:22:04 +0000
committerDolph Mathews <dolph.mathews@gmail.com>2012-10-30 22:22:17 +0000
commit1b7eca834977df970faabacde85c31f62619034b (patch)
treec85d7316e9f852b8518e9ba7b420d57d2f2fbfeb /keystoneclient/exceptions.py
parent026dc8ef1b17b1a3aa2f7bf52786a49e6de995b2 (diff)
parent62c55bc2f0f13630db6d9962ae0edf468f495276 (diff)
downloadpython-keystoneclient-1b7eca834977df970faabacde85c31f62619034b.tar.gz
Merge remote-tracking branch 'origin/feature/keystone-v3' into HEAD
Conflicts: tests/v2_0/test_tenants.py Change-Id: I37037e60210edd574da86b1dc07aa73e6761e338
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 802d396..0317879 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