Exception class for the help flag. This is not an error.
More...
#include <Found.hpp>
|
| | HelpFound () |
| | Construct a new HelpFound object. Sets the message indicating that the help option was found.
|
| |
| | ~HelpFound () |
| | Destroy the HelpFound object.
|
| |
| const char * | what () const noexcept |
| | Retrieves the message.
|
| |
Exception class for the help flag. This is not an error.
Definition at line 27 of file Found.hpp.
◆ HelpFound()
| CustomExceptions::HelpFound::HelpFound |
( |
| ) |
|
Construct a new HelpFound object. Sets the message indicating that the help option was found.
Definition at line 22 of file Found.cpp.
◆ ~HelpFound()
| CustomExceptions::HelpFound::~HelpFound |
( |
| ) |
|
◆ what()
| const char * CustomExceptions::HelpFound::what |
( |
| ) |
const |
|
noexcept |
Retrieves the message.
Retrieves the message for HelpFound exception.
- Returns
- A C-style string representing the message.
Definition at line 37 of file Found.cpp.
The documentation for this class was generated from the following files: