|
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the argument that was provided is not known to the program. More...
#include <Unknown.hpp>


Public Member Functions | |
| UnknownArgument (const std::string &argument="") | |
| Construct a new Unknown Argument object. | |
| ~UnknownArgument () | |
| Destroy the Unknown Argument object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
This is the class in charge of informing the user that the argument that was provided is not known to the program.
Definition at line 29 of file Unknown.hpp.
| CustomExceptions::UnknownArgument::UnknownArgument | ( | const std::string & | argument = "" | ) |
Construct a new Unknown Argument object.
| argument | The argument that was provided by the user. |
Definition at line 19 of file Unknown.cpp.
| CustomExceptions::UnknownArgument::~UnknownArgument | ( | ) |
Destroy the Unknown Argument object.
Definition at line 28 of file Unknown.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 30 of file Unknown.cpp.