|
R-Type
2
Doom but in better
|
This is the class in charge of raising the ConnectionFailed error. More...
#include <Failed.hpp>


Public Member Functions | |
| ConnectionFailed (const std::string &address="") | |
| Construct a new Connection Failed object. | |
| ~ConnectionFailed () | |
| Destroy the Connection Failed object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
This is the class in charge of raising the ConnectionFailed error.
Definition at line 26 of file Failed.hpp.
| CustomExceptions::ConnectionFailed::ConnectionFailed | ( | const std::string & | address = "" | ) |
Construct a new Connection Failed object.
| address | The address the program tried to connect to. |
Definition at line 19 of file Failed.cpp.
| CustomExceptions::ConnectionFailed::~ConnectionFailed | ( | ) |
Destroy the Connection Failed object.
Definition at line 28 of file Failed.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 30 of file Failed.cpp.