21 _msg =
"Error: The provided address is unreachable.\n";
22 _msg +=
"The address was: '";
25 _buffer = _msg.c_str();
This file contains the definition of the ConnectionFailed exception class used to inform the user abo...
const char * what() const noexcept
Retrieves the error message.
~ConnectionFailed()
Destroy the ConnectionFailed object.
ConnectionFailed(const std::string &address="")
Construct a new ConnectionFailed object.