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. | |
| T | what (T... args) |
Thrown if there is an io error in low level io operations such as in std::basic_streambuf operations.