- Timestamp:
- Mar 30, 2021, 11:16:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/grafici/jpgraph_errhandler.inc.php
r284 r346 17 17 if( !defined('USE_IMAGE_ERROR_HANDLER') ) { 18 18 define('USE_IMAGE_ERROR_HANDLER',true); 19 } 20 21 if( !defined('IMG_PNG') ) { 22 define('IMG_PNG',true); 19 23 } 20 24 … … 156 160 $errobj->Raise($this->getMessage()); 157 161 } 158 static public function defaultHandler( Exception$exception) {162 static public function defaultHandler(Throwable $exception) { 159 163 global $__jpg_OldHandler; 160 164 if( $exception instanceof JpGraphException ) {
Note:
See TracChangeset
for help on using the changeset viewer.