![]() |
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the port is incorrect. More...
#include <Invalid.hpp>
Public Member Functions | |
InvalidPort (const std::string &error="") | |
Construct a new Invalid Port object. | |
~InvalidPort () | |
Destroy the Invalid Port object. | |
const char * | what () const noexcept |
Retrieves the error message. | |
This is the class in charge of informing the user that the port is incorrect.
Definition at line 59 of file Invalid.hpp.
CustomExceptions::InvalidPort::InvalidPort | ( | const std::string & | error = "" | ) |
Construct a new Invalid Port object.
error | additional information about the error. |
Definition at line 34 of file Invalid.cpp.
CustomExceptions::InvalidPort::~InvalidPort | ( | ) |
Destroy the Invalid Port object.
Definition at line 42 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 44 of file Invalid.cpp.