WebFramework v3.0.12
Web framework for C++.
|
Base class for most of WebFramework exceptions. More...
#include <BaseExecutorException.h>
Public Member Functions | |
BaseExecutorException (std::string_view message) | |
![]() | |
BaseWebFrameworkException (std::string_view errorMessage) | |
Base class for most of WebFramework exceptions.
Definition at line 12 of file BaseExecutorException.h.
framework::exceptions::BaseExecutorException::BaseExecutorException | ( | std::string_view | message | ) |
Definition at line 9 of file BaseExecutorException.cpp.