ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
ExceptionHandler.php
Go to the documentation of this file.
1
<?
php
35
class
PHPExcel_Calculation_ExceptionHandler
{
39
public
function
__construct
() {
40
set_error_handler(array(
'PHPExcel_Calculation_Exception'
,
'errorHandlerCallback'
), E_ALL);
41
}
42
46
public
function
__destruct
() {
47
restore_error_handler();
48
}
49
}
php
An exception for terminatinating execution or to throw for unit testing.
PHPExcel_Calculation_ExceptionHandler
Definition:
ExceptionHandler.php:35
PHPExcel_Calculation_ExceptionHandler\__destruct
__destruct()
Unregister errorhandler.
Definition:
ExceptionHandler.php:46
PHPExcel_Calculation_ExceptionHandler\__construct
__construct()
Register errorhandler.
Definition:
ExceptionHandler.php:39
libs
composer
vendor
phpoffice
phpexcel
Classes
PHPExcel
Calculation
ExceptionHandler.php
Generated on Fri Oct 3 2025 19:00:44 for ILIAS by
1.9.4 (using
Doxyfile
)