|
Babel
1
The voip software that only works on your local network
|
Exception class for failed connection attempts. More...
#include <Failed.hpp>


Public Member Functions | |
| ConnectionFailed (const std::string &address="") | |
| Construct a new ConnectionFailed object. | |
| ~ConnectionFailed () | |
| Destroy the ConnectionFailed object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
Exception class for failed connection attempts.
Definition at line 24 of file Failed.hpp.
| CustomExceptions::ConnectionFailed::ConnectionFailed | ( | const std::string & | address = "" | ) |
Construct a new ConnectionFailed object.
| address | The address the program tried to connect to. |
Definition at line 19 of file Failed.cpp.
| CustomExceptions::ConnectionFailed::~ConnectionFailed | ( | ) |
Destroy the ConnectionFailed object.
Definition at line 28 of file Failed.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 30 of file Failed.cpp.