|
SeqAn3 3.4.1-rc.1
The Modern C++ library for sequence analysis.
|
Thrown if I/O was expecting more input (e.g. a delimiter or a new line), but the end of input was reached. More...
#include <seqan3/io/exception.hpp>
Inheritance diagram for seqan3::unexpected_end_of_input:Public Member Functions | |
| unexpected_end_of_input (std::string const &s) | |
| Constructor that forwards the exception string. | |
Public Member Functions inherited from std::runtime_error | |
| T | runtime_error (T... args) |
| T | what (T... args) |
Thrown if I/O was expecting more input (e.g. a delimiter or a new line), but the end of input was reached.