ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
PHPExcel_Writer_Exception Class Reference
+ Inheritance diagram for PHPExcel_Writer_Exception:
+ Collaboration diagram for PHPExcel_Writer_Exception:

Static Public Member Functions

static errorHandlerCallback ($code, $string, $file, $line, $context)
 Error handler callback. More...
 
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_Writer_Exception::errorHandlerCallback (   $code,
  $string,
  $file,
  $line,
  $context 
)
static

Error handler callback.

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

Reimplemented from PHPExcel_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: