ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
PHPExcel_Calculation_Exception Class Reference
+ Inheritance diagram for PHPExcel_Calculation_Exception:
+ Collaboration diagram for PHPExcel_Calculation_Exception:

Static Public Member Functions

static errorHandlerCallback ($code, $string, $file, $line, $context)
 Error handler callback. More...
 
- Static Public Member Functions inherited from PHPExcel_Exception
static errorHandlerCallback ($code, $string, $file, $line, $context)
 Error handler callback. More...
 

Detailed Description

Definition at line 36 of file Exception.php.

Member Function Documentation

◆ errorHandlerCallback()

static PHPExcel_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 46 of file Exception.php.

References $code, and $file.

46  {
47  $e = new self($string, $code);
48  $e->line = $line;
49  $e->file = $file;
50  throw $e;
51  }
$code
Definition: example_050.php:99
if(!file_exists("$old.txt")) if($old===$new) if(file_exists("$new.txt")) $file

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