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 a41f719..e6b4e15 100644
--- a/odb/exceptions.cxx
+++ b/odb/exceptions.cxx
@@ -7,6 +7,12 @@
namespace odb
{
+ const char* null_pointer::
+ what () const throw ()
+ {
+ return "NULL pointer";
+ }
+
const char* already_in_transaction::
what () const throw ()
{