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