WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
framework::exceptions::DatabaseException Class Reference

Base class for all database exceptions. More...

#include <DatabaseException.h>

Inheritance diagram for framework::exceptions::DatabaseException:
framework::exceptions::BaseWebFrameworkException framework::exceptions::SQLite3Exception

Public Member Functions

 DatabaseException (std::string_view errorMessage)
 
- Public Member Functions inherited from framework::exceptions::BaseWebFrameworkException
 BaseWebFrameworkException (std::string_view errorMessage)
 

Detailed Description

Base class for all database exceptions.

Definition at line 10 of file DatabaseException.h.

Constructor & Destructor Documentation

◆ DatabaseException()

framework::exceptions::DatabaseException::DatabaseException ( std::string_view errorMessage)

Definition at line 9 of file DatabaseException.cpp.


The documentation for this class was generated from the following files: