The error thrown by a parser if a text is malformed.
Creates a new ParserError instance.
The error message.
The text where an error was detected.
The index of the first char in text where an error was detected, inclusive.
The index of the last char in text where an error was detected, exclusive.
The error thrown by a parser if a text is malformed.