Argument parser exception thrown when a required option is missing. More...
#include <seqan3/argument_parser/exceptions.hpp>
Inheritance diagram for seqan3::required_option_missing:Public Member Functions | |
| required_option_missing (std::string const &s) | |
| The constructor. More... | |
| T | what (T... args) |
Argument parser exception thrown when a required option is missing.
|
inline |
The constructor.
| [in] | s | The error message. |