You are here

protected static property Error::$ignoredFunctions in Drupal 9

An array of ignored functions.

Type: array

File

core/lib/Drupal/Core/Utility/Error.php, line 28

Class

Error
Drupal error utility class.

Namespace

Drupal\Core\Utility

Code

protected static $ignoredFunctions = [
  'debug',
  '_drupal_error_handler',
  '_drupal_exception_handler',
];