ParserException
class ParserException extends Exception (View source)
Exception thrown by the parser.
Properties
Token | $token | The token that produced this error. |
class ParserException extends Exception (View source)
Exception thrown by the parser.
Token | $token | The token that produced this error. |
__construct(string $msg = '', Token|null $token = null, int $code = 0)