Offer the possibility to define version compatibility from plugins
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user