function ErrorHandler::handleError
Same name in this branch
- 11.1.x vendor/symfony/error-handler/ErrorHandler.php \Symfony\Component\ErrorHandler\ErrorHandler::handleError()
Handle an error generated during lexing, parsing or some other operation.
Parameters
Error $error The error that needs to be handled:
2 methods override ErrorHandler::handleError()
- Collecting::handleError in vendor/
nikic/ php-parser/ lib/ PhpParser/ ErrorHandler/ Collecting.php - Handle an error generated during lexing, parsing or some other operation.
- Throwing::handleError in vendor/
nikic/ php-parser/ lib/ PhpParser/ ErrorHandler/ Throwing.php - Handle an error generated during lexing, parsing or some other operation.
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ ErrorHandler.php, line 11
Class
Namespace
PhpParserCode
public function handleError(Error $error) : void;