diff options
Diffstat (limited to 'app/Core/Plugin/PluginInstallerException.php')
-rw-r--r-- | app/Core/Plugin/PluginInstallerException.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/Core/Plugin/PluginInstallerException.php b/app/Core/Plugin/PluginInstallerException.php new file mode 100644 index 00000000..7d356c9b --- /dev/null +++ b/app/Core/Plugin/PluginInstallerException.php @@ -0,0 +1,15 @@ +<?php + +namespace Kanboard\Core\Plugin; + +use Exception; + +/** + * Class PluginInstallerException + * + * @package Kanboard\Core\Plugin + * @author Frederic Guillot + */ +class PluginInstallerException extends Exception +{ +} |