You are here

protected property FinalExceptionSubscriber::$errorLevel in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php \Drupal\Core\EventSubscriber\FinalExceptionSubscriber::errorLevel
  2. 9 core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php \Drupal\Core\EventSubscriber\FinalExceptionSubscriber::errorLevel

One of the error level constants defined in bootstrap.inc.

Type: string

File

core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php, line 42

Class

FinalExceptionSubscriber
Last-chance handler for exceptions: the final exception subscriber.

Namespace

Drupal\Core\EventSubscriber

Code

protected $errorLevel;