#include "sqlite-error.h" #include SQLite::Error::Error(sqlite3 * db) : msg(sqlite3_errmsg(db)) { } std::string SQLite::Error::message() const noexcept { return msg; }