|
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the entered ip is incorrect. More...
#include <Invalid.hpp>


Public Member Functions | |
| InvalidIp (const std::string &error="") | |
| Construct a new Invalid Ip object. | |
| ~InvalidIp () | |
| Destroy the Invalid Ip object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
This is the class in charge of informing the user that the entered ip is incorrect.
Definition at line 30 of file Invalid.hpp.
| CustomExceptions::InvalidIp::InvalidIp | ( | const std::string & | error = "" | ) |
Construct a new Invalid Ip object.
| error | additional information about the error. |
Definition at line 19 of file Invalid.cpp.
| CustomExceptions::InvalidIp::~InvalidIp | ( | ) |
Destroy the Invalid Ip object.
Definition at line 27 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 29 of file Invalid.cpp.