summaryrefslogtreecommitdiff
path: root/oslo/db/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo/db/exception.py')
-rw-r--r--oslo/db/exception.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/oslo/db/exception.py b/oslo/db/exception.py
index e549bc3..a96ad76 100644
--- a/oslo/db/exception.py
+++ b/oslo/db/exception.py
@@ -163,3 +163,11 @@ class InvalidSortKey(Exception):
class ColumnError(Exception):
"""Error raised when no column or an invalid column is found."""
+
+
+class BackendNotAvailable(Exception):
+ """Error raised when a particular database backend is not available
+
+ within a test suite.
+
+ """