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

Base class for most of WebFramework exceptions. More...

#include <BaseExecutorException.h>

Inheritance diagram for framework::exceptions::BaseExecutorException:
framework::exceptions::BaseWebFrameworkException framework::exceptions::BadRequestException framework::exceptions::CantFindFunctionException framework::exceptions::MissingLoadTypeException framework::exceptions::NotFoundException framework::exceptions::NotImplementedException

Public Member Functions

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

Detailed Description

Base class for most of WebFramework exceptions.

Definition at line 12 of file BaseExecutorException.h.

Constructor & Destructor Documentation

◆ BaseExecutorException()

framework::exceptions::BaseExecutorException::BaseExecutorException ( std::string_view message)

Definition at line 9 of file BaseExecutorException.cpp.


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