diff options
Diffstat (limited to 'keystone/exception.py')
-rw-r--r-- | keystone/exception.py | 4 |
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. |