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

Can't find createExecutorFunction for executor. More...

#include <CantFindFunctionException.h>

Inheritance diagram for framework::exceptions::CantFindFunctionException:
framework::exceptions::BaseExecutorException framework::exceptions::BaseWebFrameworkException

Public Member Functions

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

Detailed Description

Can't find createExecutorFunction for executor.

Definition at line 12 of file CantFindFunctionException.h.

Constructor & Destructor Documentation

◆ CantFindFunctionException()

framework::exceptions::CantFindFunctionException::CantFindFunctionException ( std::string_view createFunctionName)

Definition at line 9 of file CantFindFunctionException.cpp.


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