You are here

public function PHPExcel_Calculation_ExceptionHandler::__destruct in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/ExceptionHandler.php \PHPExcel_Calculation_ExceptionHandler::__destruct()

* Unregister errorhandler

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/ExceptionHandler.php, line 46

Class

PHPExcel_Calculation_ExceptionHandler
PHPExcel_Calculation_ExceptionHandler

Code

public function __destruct() {
  restore_error_handler();
}