HTTP
v1.13.1
Loading...
Searching...
No Matches
HTTPParseException.cpp
Go to the documentation of this file.
1
#include "
HTTPParseException.h
"
2
3
using namespace
std;
4
5
namespace
web::exceptions
6
{
7
HTTPParseException::HTTPParseException
(string_view message) :
8
runtime_error(string(message.begin(), message.end()))
9
{
10
11
}
12
}
HTTPParseException.h
web::exceptions::HTTPParseException::HTTPParseException
HTTPParseException(std::string_view message)
Definition
HTTPParseException.cpp:7
web::exceptions
Definition
HTTPParseException.cpp:6
src
HTTPParseException.cpp
Generated by
1.12.0