HTTP
v1.17.0
Loading...
Searching...
No Matches
HttpParserException.cpp
Go to the documentation of this file.
1
#include "HttpParserException.h"
2
3
namespace
web::exceptions
4
{
5
HttpParserException::HttpParserException(std::string_view message) :
6
runtime_error(message.data())
7
{
8
9
}
10
}
web::exceptions
Definition
HttpParserException.cpp:4
src
HttpParserException.cpp
Generated by
1.12.0