class ParseException extends RuntimeException
Exception class thrown when an error occurs during parsing.
Methods
__construct(string $message, int $parsedLine = -1, int $snippet = null, string $parsedFile = null, Exception $previous = null) Constructor.
string getSnippet() Gets the snippet of code near the error.
setSnippet(string $snippet) Sets the snippet of code near the error.
string getParsedFile() Gets the filename where the error occurred.
setParsedFile(string