21 _msg =
"Error: The provided address is unreachable.\n";
22 _msg +=
"The address was: '";
25 _buffer = _msg.c_str();
File in charge of storing the exceptions concerning failed attempts.
const char * what() const noexcept
Retrieves the error message.
~ConnectionFailed()
Destroy the Connection Failed object.
ConnectionFailed(const std::string &address="")
Construct a new Connection Failed object.