SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
seqan3::format_error Struct Reference

Thrown if information given to output format didn't match expectations. More...

#include <seqan3/io/exception.hpp>

+ Inheritance diagram for seqan3::format_error:

Public Member Functions

 format_error (std::string const &s)
 Constructor that forwards the exception string.
 
what (T... args)
 

Detailed Description

Thrown if information given to output format didn't match expectations.


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