ReaderError

The ReaderError class is a nested class of Reader that can be thrown in case of error

Public member functions

const char *what() const noexcept override { return _message.c_str(); }

Public attributes

std::string _message;

Member functions documentation

what

return the context of the error

const char *what() const noexcept override { return _message.c_str(); }

Last updated