aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exceptions.hxx')
-rw-r--r--odb/exceptions.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/exceptions.hxx b/odb/exceptions.hxx
index 8c9e826..8c0fe27 100644
--- a/odb/exceptions.hxx
+++ b/odb/exceptions.hxx
@@ -50,6 +50,12 @@ namespace odb
what () const throw ();
};
+ struct LIBODB_EXPORT result_not_cached: odb::exception
+ {
+ virtual const char*
+ what () const throw ();
+ };
+
struct LIBODB_EXPORT database_exception: odb::exception
{
};