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

Thrown if there is an io error in low level io operations such as in std::basic_streambuf operations. More...

#include <seqan3/io/exception.hpp>

+ Inheritance diagram for seqan3::io_error:

Public Member Functions

 io_error (std::string const &s)
 Constructor that forwards the exception string.
 
 io_error (std::string const &s, std::error_code const &ec)
 Constructor that forwards the exception string.
 
what (T... args)
 

Detailed Description

Thrown if there is an io error in low level io operations such as in std::basic_streambuf operations.


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