|
| exception (std::string const &msg, lib::error_code ec=make_error_code(error::general)) |
|
| exception (lib::error_code ec) |
|
virtual char const * | what () const throw () |
|
lib::error_code | code () const throw () |
|
Definition at line 251 of file error.hpp.
◆ exception() [1/2]
websocketpp::exception::exception |
( |
std::string const & |
msg, |
|
|
lib::error_code |
ec = make_error_code(error::general) |
|
) |
| |
|
inline |
◆ exception() [2/2]
websocketpp::exception::exception |
( |
lib::error_code |
ec | ) |
|
|
inlineexplicit |
◆ ~exception()
websocketpp::exception::~exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ code()
lib::error_code websocketpp::exception::code |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ what()
virtual char const * websocketpp::exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ m_code
lib::error_code websocketpp::exception::m_code |
◆ m_msg
const std::string websocketpp::exception::m_msg |
The documentation for this class was generated from the following file: