SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
seqan3::parser_invalid_argument Class Reference

This class is deprecated. More...

#include <seqan3/argument_parser/exceptions.hpp>

+ Inheritance diagram for seqan3::parser_invalid_argument:

Public Member Functions

 parser_invalid_argument (std::string const &s)
 The constructor. More...
 
what (T... args)
 

Detailed Description

This class is deprecated.

Deprecated:
Use seqan3::argument_parser_error instead.

Constructor & Destructor Documentation

◆ parser_invalid_argument()

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

The constructor.

Parameters
[in]sThe error message.

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