This is the class in charge of informing the user that the help flag was found. This is not an error.
More...
#include <Found.hpp>
|
| HelpFound () |
| Construct a new Help Found object.
|
|
| ~HelpFound () |
| Destroy the Help Found object.
|
|
const char * | what () const noexcept |
| Retrieves the error message.
|
|
This is the class in charge of informing the user that the help flag was found. This is not an error.
Definition at line 30 of file Found.hpp.
◆ HelpFound()
CustomExceptions::HelpFound::HelpFound |
( |
| ) |
|
Construct a new Help Found object.
Definition at line 18 of file Found.cpp.
◆ ~HelpFound()
CustomExceptions::HelpFound::~HelpFound |
( |
| ) |
|
Destroy the Help Found object.
Definition at line 24 of file Found.cpp.
◆ what()
const char * CustomExceptions::HelpFound::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 26 of file Found.cpp.
The documentation for this class was generated from the following files: