Class Kitab\Exception\PhpParserError
class PhpParserError extends Kitab\Exception\Exception
{
}
Runtime exception when Kitab parses a PHP file containing invalid PHP code (with a syntax error).
This exception contains the Error
exception from the
PHP-Parser
project as the previous exception. This Error
exception holds all the
information about the syntax error.