|
Babel
1
The voip software that only works on your local network
|
Exception class for invalid IP addresses. More...
#include <Invalid.hpp>


Public Member Functions | |
| InvalidIp (const std::string &error="") | |
| Construct a new InvalidIp object. | |
| ~InvalidIp () | |
| Destroy the InvalidIp object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
Exception class for invalid IP addresses.
Definition at line 28 of file Invalid.hpp.
| CustomExceptions::InvalidIp::InvalidIp | ( | const std::string & | error = "" | ) |
Construct a new InvalidIp object.
| error | Additional information about the error. |
Definition at line 18 of file Invalid.cpp.
| CustomExceptions::InvalidIp::~InvalidIp | ( | ) |
Destroy the InvalidIp object.
Definition at line 31 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 33 of file Invalid.cpp.