summaryrefslogtreecommitdiff
path: root/src/except.cpp
diff options
context:
space:
mode:
authorAndreas Baumann <Andreas.Baumann@eurospider.com>2010-09-06 15:16:38 +0200
committerAndreas Baumann <Andreas.Baumann@eurospider.com>2010-09-06 15:16:38 +0200
commitf6c143f4c4e4f0a8118596909114e34dfc496b92 (patch)
tree1a372ef0090360cf80c8d3168ba8e4e619c6b349 /src/except.cpp
parent23979669900d75bccefb5b4a825882d329a2bd9d (diff)
downloadsqlitexx-f6c143f4c4e4f0a8118596909114e34dfc496b92.tar.gz
sqlitexx-f6c143f4c4e4f0a8118596909114e34dfc496b92.tar.bz2
fixed test9, works now
Diffstat (limited to 'src/except.cpp')
-rw-r--r--src/except.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/except.cpp b/src/except.cpp
index 9a07334..6b34c69 100644
--- a/src/except.cpp
+++ b/src/except.cpp
@@ -58,4 +58,9 @@ database_locked::database_locked( )
{
}
+database_locked::database_locked( const string &_what )
+ : failure( _what )
+{
+}
+
} /* namespace sqlite3xx */