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


Public Member Functions | |
| InvalidChoice (const std::string &error="") | |
| Construct a new InvalidChoice object. | |
| ~InvalidChoice () | |
| Destroy the InvalidChoice object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
Exception class for invalid operations.
Definition at line 159 of file Invalid.hpp.
| CustomExceptions::InvalidChoice::InvalidChoice | ( | const std::string & | error = "" | ) |
Construct a new InvalidChoice object.
| error | Additional information about the error. |
Definition at line 105 of file Invalid.cpp.
| CustomExceptions::InvalidChoice::~InvalidChoice | ( | ) |
Destroy the InvalidChoice object.
Definition at line 114 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 116 of file Invalid.cpp.