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

Breadcrumb

  1. Drupal Core 11.1.x

ErrorHandler.php

Same filename in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Runner/ErrorHandler.php
  2. 11.1.x vendor/composer/composer/src/Composer/Util/ErrorHandler.php
  3. 11.1.x vendor/symfony/error-handler/ErrorHandler.php

Namespace

PhpParser

File

vendor/nikic/php-parser/lib/PhpParser/ErrorHandler.php

View source
<?php

declare (strict_types=1);
namespace PhpParser;

interface ErrorHandler {
    
    /**
     * Handle an error generated during lexing, parsing or some other operation.
     *
     * @param Error $error The error that needs to be handled
     */
    public function handleError(Error $error) : void;

}

Interfaces

Title Deprecated Summary
ErrorHandler

API Navigation

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