WebSocket++
0.8.3-dev
C++ websocket client/server library
|
Public Member Functions | |
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 () |
Public Attributes | |
const std::string | m_msg |
lib::error_code | m_code |