summaryrefslogtreecommitdiff
path: root/src/except.cpp
diff options
context:
space:
mode:
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 */