SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::unhandled_extension_error Struct Reference

Thrown if there is no format that accepts a given file extension. More...

#include <seqan3/io/exception.hpp>

+ Inheritance diagram for seqan3::unhandled_extension_error:

Public Member Functions

 unhandled_extension_error (std::string const &s)
 Constructor that forwards the exception string.
 
- Public Member Functions inherited from std::invalid_argument
invalid_argument (T... args)
 
what (T... args)
 

Detailed Description

Thrown if there is no format that accepts a given file extension.


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