SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
seqan3::parser_design_error Class Reference

This class is deprecated. More...

#include <seqan3/argument_parser/exceptions.hpp>

+ Inheritance diagram for seqan3::parser_design_error:

Public Member Functions

 parser_design_error (std::string const &s)
 The constructor. More...
 

Detailed Description

This class is deprecated.

Deprecated:
Use seqan3::design_error instead.

Constructor & Destructor Documentation

◆ parser_design_error()

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

The constructor.

Parameters
[in]sThe error message.

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