#include <constants.hpp>
|
| exception (const std::string &log_msg, status_code::value error_code, const std::string &error_msg=std::string(), const std::string &body=std::string()) |
|
| ~exception () throw () |
|
virtual const char * | what () const throw () |
|
Definition at line 283 of file constants.hpp.
◆ exception()
websocketpp::http::exception::exception |
( |
const std::string & | log_msg, |
|
|
status_code::value | error_code, |
|
|
const std::string & | error_msg = std::string(), |
|
|
const std::string & | body = std::string() ) |
|
inline |
◆ ~exception()
websocketpp::http::exception::~exception |
( |
| ) |
|
throw | ( | ) | | | |
|
inline |
◆ what()
virtual const char * websocketpp::http::exception::what |
( |
| ) |
const |
throw | ( | ) | | | |
|
inlinevirtual |
◆ m_body
std::string websocketpp::http::exception::m_body |
◆ m_error_code
◆ m_error_msg
std::string websocketpp::http::exception::m_error_msg |
◆ m_msg
std::string websocketpp::http::exception::m_msg |
The documentation for this class was generated from the following file: