summaryrefslogtreecommitdiffstats
path: root/keystone/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/exception.py')
-rw-r--r--keystone/exception.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/keystone/exception.py b/keystone/exception.py
index 59023bf7..bbf4c58f 100644
--- a/keystone/exception.py
+++ b/keystone/exception.py
@@ -204,6 +204,10 @@ class CredentialNotFound(NotFound):
"""Could not find credential: %(credential_id)s"""
+class VersionNotFound(NotFound):
+ """Could not find version: %(version)s"""
+
+
class Conflict(Error):
"""Conflict occurred attempting to store %(type)s.