28 #include <netflex/misc/logger.hpp> 37 using std::runtime_error::runtime_error;
38 using std::runtime_error::what;
42 : std::runtime_error(msg.c_str()) {
47 : std::runtime_error(msg) {
54 #define __NETFLEX_THROW(level, what) \ 56 __NETFLEX_LOG(level, (what)); \ 57 throw netflex::netflex_error((what)); \ netflex_error(const char *msg)
ctor(char*)
Definition: error.hpp:46
netflex_error(const std::string &msg)
ctor (string)
Definition: error.hpp:41
Definition: client.hpp:33