Argument parser exception thrown when too few arguments are provided. More...
#include <seqan3/argument_parser/exceptions.hpp>
Inheritance diagram for seqan3::too_few_arguments:Public Member Functions | |
| too_few_arguments (std::string const &s) | |
| The constructor. More... | |
| T | what (T... args) |
Argument parser exception thrown when too few arguments are provided.
|
inline |
The constructor.
| [in] | s | The error message. |