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

Static Public Member Functions

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_Exception::errorHandlerCallback (   $code,
  $string,
  $file,
  $line,
  $context 
)
static

Error handler callback.

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

Reimplemented in PHPExcel_Calculation_Exception, PHPExcel_Chart_Exception, PHPExcel_Reader_Exception, and PHPExcel_Writer_Exception.

Definition at line 46 of file Exception.php.

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

References $code, and $file.


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