WebSocket++  0.8.3-dev
C++ websocket client/server library
Public Member Functions | Public Attributes | List of all members
websocketpp::exception Class Reference
Inheritance diagram for websocketpp::exception:

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
 

Detailed Description

Definition at line 251 of file error.hpp.


The documentation for this class was generated from the following file: