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. | |
| 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.