Exception class for missing flag parameters.
More...
#include <No.hpp>
Exception class for missing flag parameters.
Definition at line 25 of file No.hpp.
◆ NoFlagParameter()
| CustomExceptions::NoFlagParameter::NoFlagParameter |
( |
const std::string & | error = "" | ) |
|
Construct a new NoFlagParameter object.
- Parameters
-
| error | Additional information about the error. |
Definition at line 19 of file No.cpp.
◆ ~NoFlagParameter()
| CustomExceptions::NoFlagParameter::~NoFlagParameter |
( |
| ) |
|
◆ what()
| const char * CustomExceptions::NoFlagParameter::what |
( |
| ) |
const |
|
noexcept |
Retrieves the error message.
- Returns
- A C-style string representing the error message.
Definition at line 29 of file No.cpp.
The documentation for this class was generated from the following files: