aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/exceptions.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-30 15:33:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-30 15:33:07 +0200
commit346e8f907d15f0700d648426bfb5565332614821 (patch)
treed97ae2b92dd7f27cdf5aec4bf0b7244477773833 /odb/oracle/exceptions.cxx
parentffcd71dda338acbe2e1ad34dd7c233b43c0558f7 (diff)
Make exception text more descriptive
Diffstat (limited to 'odb/oracle/exceptions.cxx')
-rw-r--r--odb/oracle/exceptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/exceptions.cxx b/odb/oracle/exceptions.cxx
index dfb703d..38dd27c 100644
--- a/odb/oracle/exceptions.cxx
+++ b/odb/oracle/exceptions.cxx
@@ -86,7 +86,7 @@ namespace odb
const char* invalid_oci_handle::
what () const throw ()
{
- return "invalid oci handle";
+ return "invalid oci handle passed or unable to allocate handle";
}
}
}