boost::parser::parse_error
// In header: <boost/parser/error_handling_fwd.hpp> template<typename Iter> struct parse_error : public { // public member functions (Iter, const &); // public data members Iter iter; };
The exception thrown when a parse error is encountered, consisting of an iterator to the point of failure, and the name of the failed parser or rule in what().
what()
parse_error
(Iter it, const & msg);