ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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.

Detailed Description

Definition at line 36 of file Exception.php.

Member Function Documentation

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 $file.

{
$e = new self($string, $code);
$e->line = $line;
$e->file = $file;
throw $e;
}

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