boost::parser::_error_handler
// In header: <boost/parser/parser_fwd.hpp> template<typename Context> decltype(auto) _error_handler(Context const & context);
Returns a reference to the error handler object associated with the top-level parser. Returns none if there is no associated error handler.
none