HTTP
v1.13.1
Loading...
Searching...
No Matches
HTTPParseException.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
HTTPUtility.h
"
4
5
namespace
web::exceptions
6
{
10
class
HTTP_API
HTTPParseException
:
public
std::runtime_error
11
{
12
public
:
13
HTTPParseException
(std::string_view message);
14
15
~HTTPParseException
() =
default
;
16
};
17
}
HTTPUtility.h
HTTP_API
#define HTTP_API
Definition
HTTPUtility.h:17
web::exceptions::HTTPParseException
Parsing HTTP exception.
Definition
HTTPParseException.h:11
web::exceptions::HTTPParseException::~HTTPParseException
~HTTPParseException()=default
web::exceptions
Definition
HTTPParseException.cpp:6
src
HTTPParseException.h
Generated by
1.12.0