aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exceptions.cxx')
-rw-r--r--odb/exceptions.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/exceptions.cxx b/odb/exceptions.cxx
index b27cc37..597f40d 100644
--- a/odb/exceptions.cxx
+++ b/odb/exceptions.cxx
@@ -37,6 +37,12 @@ namespace odb
return "object not persistent";
}
+ const char* result_not_cached::
+ what () const throw ()
+ {
+ return "query result in not cached";
+ }
+
const char* object_already_persistent::
what () const throw ()
{