WebFramework v3.0.12
Web framework for C++.
|
HTTP not found 404 error code. More...
#include <NotFoundException.h>
Public Member Functions | |
NotFoundException (std::string_view additionalInformation="") | |
![]() | |
BaseExecutorException (std::string_view message) | |
![]() | |
BaseWebFrameworkException (std::string_view errorMessage) | |
HTTP not found 404 error code.
Definition at line 12 of file NotFoundException.h.
framework::exceptions::NotFoundException::NotFoundException | ( | std::string_view | additionalInformation = "" | ) |
Definition at line 7 of file NotFoundException.cpp.