too early for custom Exception handler
This commit is contained in:
parent
e0e18f4988
commit
e37ab45b7e
@ -28,6 +28,7 @@ use Dotclear\Helper\Html\Form\{
|
||||
Para,
|
||||
Text
|
||||
};
|
||||
use Exception;
|
||||
|
||||
class Config extends dcNsProcess
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -1,21 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* @brief pacKman, a plugin for Dotclear 2
|
||||
*
|
||||
* @package Dotclear
|
||||
* @subpackage Plugin
|
||||
*
|
||||
* @author Jean-Christian Denis
|
||||
*
|
||||
* @copyright Jean-Christian Denis
|
||||
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Dotclear\Plugin\pacKman;
|
||||
|
||||
use Exception as PhpException;
|
||||
|
||||
class Exception extends PhpException
|
||||
{
|
||||
}
|
@ -17,6 +17,7 @@ namespace Dotclear\Plugin\pacKman;
|
||||
use dcCore;
|
||||
use dcNamespace;
|
||||
use dcNsProcess;
|
||||
use Exception;
|
||||
|
||||
class Install extends dcNsProcess
|
||||
{
|
||||
|
@ -21,6 +21,7 @@ use dcThemes;
|
||||
use dcNsProcess;
|
||||
use Dotclear\Helper\File\Files;
|
||||
use Dotclear\Helper\Network\Http;
|
||||
use Exception;
|
||||
|
||||
class Manage extends dcNsProcess
|
||||
{
|
||||
|
@ -29,6 +29,7 @@ use Dotclear\Helper\Html\Form\{
|
||||
Text
|
||||
};
|
||||
use Dotclear\Helper\Html\Html;
|
||||
use Exception;
|
||||
|
||||
use dt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user