|
Babel
1
The voip software that only works on your local network
|
Exception class for unknown arguments. More...
#include <Unknown.hpp>


Public Member Functions | |
| UnknownArgument (const std::string &argument="") | |
| Construct a new UnknownArgument object. | |
| ~UnknownArgument () | |
| Destroy the UnknownArgument object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
Exception class for unknown arguments.
Definition at line 26 of file Unknown.hpp.
| CustomExceptions::UnknownArgument::UnknownArgument | ( | const std::string & | argument = "" | ) |
Construct a new UnknownArgument object.
| argument | The argument that was provided by the user. |
Definition at line 19 of file Unknown.cpp.
| CustomExceptions::UnknownArgument::~UnknownArgument | ( | ) |
Destroy the UnknownArgument object.
Definition at line 28 of file Unknown.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 30 of file Unknown.cpp.