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

Base class for all WebFramework exceptions. More...

#include <BaseWebFrameworkException.h>

Inheritance diagram for framework::exceptions::BaseWebFrameworkException:
framework::exceptions::BaseExecutorException framework::exceptions::CantLoadSourceException framework::exceptions::DatabaseException framework::exceptions::DynamicPagesSyntaxException framework::exceptions::BadRequestException framework::exceptions::CantFindFunctionException framework::exceptions::MissingLoadTypeException framework::exceptions::NotFoundException framework::exceptions::SQLite3Exception framework::exceptions::NotImplementedException

Public Member Functions

 BaseWebFrameworkException (std::string_view errorMessage)
 

Detailed Description

Base class for all WebFramework exceptions.

Definition at line 10 of file BaseWebFrameworkException.h.

Constructor & Destructor Documentation

◆ BaseWebFrameworkException()

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

Definition at line 9 of file BaseWebFrameworkException.cpp.


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