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