From e37ab45b7e55cadf96bf1e3a5b59069f72092893 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 8 Apr 2023 14:18:12 +0200 Subject: [PATCH] too early for custom Exception handler --- src/Config.php | 1 + src/Core.php | 1 + src/Exception.php | 21 --------------------- src/Install.php | 1 + src/Manage.php | 1 + src/Utils.php | 1 + 6 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 src/Exception.php diff --git a/src/Config.php b/src/Config.php index 3a81b5b..99fb0d3 100644 --- a/src/Config.php +++ b/src/Config.php @@ -28,6 +28,7 @@ use Dotclear\Helper\Html\Form\{ Para, Text }; +use Exception; class Config extends dcNsProcess { diff --git a/src/Core.php b/src/Core.php index 681b30e..f7f1400 100644 --- a/src/Core.php +++ b/src/Core.php @@ -20,6 +20,7 @@ use dcModules; use Dotclear\Helper\File\Files; use Dotclear\Helper\File\Path; use Dotclear\Helper\File\Zip\Unzip; +use Exception; class Core { diff --git a/src/Exception.php b/src/Exception.php deleted file mode 100644 index 259a7a5..0000000 --- a/src/Exception.php +++ /dev/null @@ -1,21 +0,0 @@ -