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
5namespace web::exceptions
6{
10 class HTTP_API HTTPParseException : public std::runtime_error
11 {
12 public:
13 HTTPParseException(std::string_view message);
14
16 };
17}
#define HTTP_API
Definition HTTPUtility.h:17