WebFramework v3.0.12
Web framework for C++.
|
Base class for all database exceptions. More...
#include <DatabaseException.h>
Public Member Functions | |
DatabaseException (std::string_view errorMessage) | |
![]() | |
BaseWebFrameworkException (std::string_view errorMessage) | |
Base class for all database exceptions.
Definition at line 10 of file DatabaseException.h.
framework::exceptions::DatabaseException::DatabaseException | ( | std::string_view | errorMessage | ) |
Definition at line 9 of file DatabaseException.cpp.