WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
framework::exceptions::NotFoundException Class Reference

HTTP not found 404 error code. More...

#include <NotFoundException.h>

Inheritance diagram for framework::exceptions::NotFoundException:
framework::exceptions::BaseExecutorException framework::exceptions::BaseWebFrameworkException

Public Member Functions

 NotFoundException (std::string_view additionalInformation="")
 
- Public Member Functions inherited from framework::exceptions::BaseExecutorException
 BaseExecutorException (std::string_view message)
 
- Public Member Functions inherited from framework::exceptions::BaseWebFrameworkException
 BaseWebFrameworkException (std::string_view errorMessage)
 

Detailed Description

HTTP not found 404 error code.

Definition at line 12 of file NotFoundException.h.

Constructor & Destructor Documentation

◆ NotFoundException()

framework::exceptions::NotFoundException::NotFoundException ( std::string_view additionalInformation = "")

Definition at line 7 of file NotFoundException.cpp.


The documentation for this class was generated from the following files: