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


Public Member Functions | |
| InvalidType (const std::string &extraDetails="") | |
| Construct a new InvalidType object. | |
| ~InvalidType () | |
| Destroy the InvalidType object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
Exception class for invalid types in std::any.
Definition at line 81 of file Invalid.hpp.
| CustomExceptions::InvalidType::InvalidType | ( | const std::string & | extraDetails = "" | ) |
Construct a new InvalidType object.
| extraDetails | A string with a more detailed explanation of the error. |
Definition at line 54 of file Invalid.cpp.
| CustomExceptions::InvalidType::~InvalidType | ( | ) |
Destroy the InvalidType object.
Definition at line 64 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 66 of file Invalid.cpp.