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


Public Member Functions | |
| InvalidPort (const std::string &error="") | |
| Construct a new InvalidPort object. | |
| ~InvalidPort () | |
| Destroy the InvalidPort object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
Exception class for invalid port numbers.
Definition at line 54 of file Invalid.hpp.
| CustomExceptions::InvalidPort::InvalidPort | ( | const std::string & | error = "" | ) |
Construct a new InvalidPort object.
| error | Additional information about the error. |
Definition at line 38 of file Invalid.cpp.
| CustomExceptions::InvalidPort::~InvalidPort | ( | ) |
Destroy the InvalidPort object.
Definition at line 47 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 49 of file Invalid.cpp.