55#if SEQAN3_WORKAROUND_GCC_NO_CXX11_ABI
62 explicit io_error(std::string const & s, std::error_code const & ec = std::io_errc::stream) :
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26
SeqAn specific customisations in the standard namespace.
file_open_error(std::string const &s)
Constructor that forwards the exception string.
Definition io/exception.hpp:38
io_error(std::string const &s, std::error_code const &ec=std::io_errc::stream)
Constructor that forwards the exception string.
Definition io/exception.hpp:62
parse_error(std::string const &s)
Constructor that forwards the exception string.
Definition io/exception.hpp:47
unhandled_extension_error(std::string const &s)
Constructor that forwards the exception string.
Definition io/exception.hpp:29