WebFramework
v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
CantFindFunctionException.h
1
#pragma once
2
3
#include "BaseExecutorException.h"
4
5
namespace
framework
6
{
7
namespace
exceptions
8
{
12
class
WEB_FRAMEWORK_API
CantFindFunctionException
:
public
BaseExecutorException
13
{
14
public
:
15
CantFindFunctionException
(std::string_view createFunctionName);
16
17
~CantFindFunctionException
() =
default
;
18
};
19
}
20
}
framework::exceptions::BaseExecutorException
Base class for most of WebFramework exceptions.
Definition
BaseExecutorException.h:13
framework::exceptions::CantFindFunctionException
Can't find createExecutorFunction for executor.
Definition
CantFindFunctionException.h:13
framework
Definition
StandardWebFrameworkDynamicPagesFunctions.cpp:8
WebFramework
src
Exceptions
CantFindFunctionException.h
Generated by
1.12.0