The Parle\ErrorInfo class
Guide
Edit on GitHub ✎
The class represents detailed error information as supplied by Parle\Parser::errorInfo
Intro
The class represents detailed error information as supplied by Parle\Parser::errorInfo
Class synopsis
class Parle\ErrorInfo { }
Properties
idError id.
positionPosition in the input, where the error occurred.
tokenIf applicable - the
Parle\Tokenrelated to the error, otherwise null.