diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-30 15:33:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-30 15:33:07 +0200 |
commit | 346e8f907d15f0700d648426bfb5565332614821 (patch) | |
tree | d97ae2b92dd7f27cdf5aec4bf0b7244477773833 | |
parent | ffcd71dda338acbe2e1ad34dd7c233b43c0558f7 (diff) |
Make exception text more descriptive
-rw-r--r-- | odb/oracle/exceptions.cxx | 2 |
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"; } } } |