Searched hist:ffa84f81215ee805194333e08773b61f12689af9 (Results 1 – 3 of 3) sorted by relevance
/dokuwiki/inc/ |
H A D | ErrorHandler.php | ffa84f81215ee805194333e08773b61f12689af9 Mon Jul 13 17:48:55 UTC 2020 Andreas Gohr <andi@splitbrain.org> better exception handling on plugin loading
Now all important places where plugins are loaded are guarded by a try/except. We're catching Throwables here to be able to catch stuff like syntax errors early on (otherwise they will only be caught by our ErrorConverter much too late). This means that this change requires PHP 7.0 minimum!
|
H A D | load.php | ffa84f81215ee805194333e08773b61f12689af9 Mon Jul 13 17:48:55 UTC 2020 Andreas Gohr <andi@splitbrain.org> better exception handling on plugin loading
Now all important places where plugins are loaded are guarded by a try/except. We're catching Throwables here to be able to catch stuff like syntax errors early on (otherwise they will only be caught by our ErrorConverter much too late). This means that this change requires PHP 7.0 minimum!
|
/dokuwiki/inc/Extension/ |
H A D | PluginController.php | ffa84f81215ee805194333e08773b61f12689af9 Mon Jul 13 17:48:55 UTC 2020 Andreas Gohr <andi@splitbrain.org> better exception handling on plugin loading
Now all important places where plugins are loaded are guarded by a try/except. We're catching Throwables here to be able to catch stuff like syntax errors early on (otherwise they will only be caught by our ErrorConverter much too late). This means that this change requires PHP 7.0 minimum!
|