docudb
1.0
|
Exception class for database errors. More...
#include <docudb.hpp>
Public Member Functions | |
db_exception (sqlite3 *db_handle, std::string_view msg) | |
Constructs a new db_exception object. | |
Exception class for database errors.
Definition at line 485 of file docudb.hpp.
docudb::db_exception::db_exception | ( | sqlite3 * | db_handle, |
std::string_view | msg ) |
Constructs a new db_exception object.
db_handle | The SQLite database handle. |
msg | The error message. |