SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
seqan3::too_few_arguments Class Reference

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...
 
what (T... args)
 

Detailed Description

Argument parser exception thrown when too few arguments are provided.

Constructor & Destructor Documentation

◆ too_few_arguments()

seqan3::too_few_arguments::too_few_arguments ( std::string const &  s)
inline

The constructor.

Parameters
[in]sThe error message.

The documentation for this class was generated from the following file: