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


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