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 @@ -