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

HTTP bad request 400 error code. More...

#include <BadRequestException.h>

Inheritance diagram for framework::exceptions::BadRequestException:
framework::exceptions::BaseExecutorException framework::exceptions::BaseWebFrameworkException framework::exceptions::NotImplementedException

Public Member Functions

 BadRequestException (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 bad request 400 error code.

Definition at line 12 of file BadRequestException.h.

Constructor & Destructor Documentation

◆ BadRequestException()

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

Definition at line 9 of file BadRequestException.cpp.


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