summaryrefslogtreecommitdiff
path: root/app/Core/Plugin/PluginInstallerException.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Core/Plugin/PluginInstallerException.php')
-rw-r--r--app/Core/Plugin/PluginInstallerException.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Core/Plugin/PluginInstallerException.php b/app/Core/Plugin/PluginInstallerException.php
index 7d356c9b..31745f22 100644
--- a/app/Core/Plugin/PluginInstallerException.php
+++ b/app/Core/Plugin/PluginInstallerException.php
@@ -2,14 +2,12 @@
namespace Kanboard\Core\Plugin;
-use Exception;
-
/**
* Class PluginInstallerException
*
* @package Kanboard\Core\Plugin
* @author Frederic Guillot
*/
-class PluginInstallerException extends Exception
+class PluginInstallerException extends PluginException
{
}