WebFramework v3.0.12
Web framework for C++.
|
Default exception for all HTTP methods in BaseExecutor. More...
#include <NotImplementedException.h>
Public Member Functions | |
NotImplementedException (std::string_view className, std::string_view methodName) | |
![]() | |
BadRequestException (std::string_view additionalInformation="") | |
![]() | |
BaseExecutorException (std::string_view message) | |
![]() | |
BaseWebFrameworkException (std::string_view errorMessage) | |
Default exception for all HTTP methods in BaseExecutor.
Server throws 400 error
Definition at line 13 of file NotImplementedException.h.
framework::exceptions::NotImplementedException::NotImplementedException | ( | std::string_view | className, |
std::string_view | methodName ) |
Definition at line 9 of file NotImplementedException.cpp.