ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
PhpOffice\PhpSpreadsheet\Calculation\Exception Class Reference
+ Inheritance diagram for PhpOffice\PhpSpreadsheet\Calculation\Exception:
+ Collaboration diagram for PhpOffice\PhpSpreadsheet\Calculation\Exception:

Static Public Member Functions

static errorHandlerCallback ($code, $string, $file, $line, $context)
 Error handler callback. More...
 

Detailed Description

Definition at line 7 of file Exception.php.

Member Function Documentation

◆ errorHandlerCallback()

static PhpOffice\PhpSpreadsheet\Calculation\Exception::errorHandlerCallback (   $code,
  $string,
  $file,
  $line,
  $context 
)
static

Error handler callback.

Parameters
mixed$code
mixed$string
mixed$file
mixed$line
mixed$context

Definition at line 18 of file Exception.php.

References $code.

18  : void
19  {
20  $e = new self($string, $code);
21  $e->line = $line;
22  $e->file = $file;
23 
24  throw $e;
25  }
$code
Definition: example_050.php:99

The documentation for this class was generated from the following file: