#include <error.hpp>
Public Member Functions | |
exception (std::string const &msg, lib::error_code ec=make_error_code(error::general)) | |
exception (lib::error_code ec) | |
~exception () throw () | |
virtual char const * | what () const throw () |
lib::error_code | code () const throw () |
Public Attributes | |
const std::string | m_msg |
lib::error_code | m_code |
|
inline |
|
inlineexplicit |
|
inlinevirtual |
Definition at line 263 of file error.hpp.
Referenced by BOOST_AUTO_TEST_CASE(), main(), on_message(), and telemetry_server::run().
|
inline |
Definition at line 267 of file error.hpp.
Referenced by BOOST_AUTO_TEST_CASE().