WebFramework v3.0.12
Web framework for C++.
|
Class for SQLite3 exceptions. More...
#include <SQLite3Exception.h>
Public Member Functions | |
SQLite3Exception (std::string_view errorMessage, std::string_view query="") | |
![]() | |
DatabaseException (std::string_view errorMessage) | |
![]() | |
BaseWebFrameworkException (std::string_view errorMessage) | |
Class for SQLite3 exceptions.
Definition at line 10 of file SQLite3Exception.h.
framework::exceptions::SQLite3Exception::SQLite3Exception | ( | std::string_view | errorMessage, |
std::string_view | query = "" ) |
Definition at line 9 of file SQLite3Exception.cpp.