Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ErrorHandler.php

function ErrorHandler::handleError

Same name in this branch
  1. 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

ErrorHandler

Namespace

PhpParser

Code

public function handleError(Error $error) : void;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal