Manage plugins from the user interface and from the command line
This commit is contained in:
15
app/Core/Plugin/PluginInstallerException.php
Normal file
15
app/Core/Plugin/PluginInstallerException.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Kanboard\Core\Plugin;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class PluginInstallerException
|
||||
*
|
||||
* @package Kanboard\Core\Plugin
|
||||
* @author Frederic Guillot
|
||||
*/
|
||||
class PluginInstallerException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user