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

Breadcrumb

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

function Throwing::handleError

Overrides ErrorHandler::handleError

File

vendor/nikic/php-parser/lib/PhpParser/ErrorHandler/Throwing.php, line 14

Class

Throwing
Error handler that handles all errors by throwing them.

Namespace

PhpParser\ErrorHandler

Code

public function handleError(Error $error) : void {
    throw $error;
}
RSS feed
Powered by Drupal