WebFramework
v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
BaseExecutorException.cpp
1
#include "BaseExecutorException.h"
2
3
using namespace
std;
4
5
namespace
framework
6
{
7
namespace
exceptions
8
{
9
BaseExecutorException::BaseExecutorException(string_view message) :
10
BaseWebFrameworkException(message)
11
{
12
13
}
14
}
15
}
framework
Definition
StandardWebFrameworkDynamicPagesFunctions.cpp:8
WebFramework
src
Exceptions
BaseExecutorException.cpp
Generated by
1.12.0