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