Kanboard-Prod/app/Core/Plugin/PluginInstallerException.php

16 lines
216 B
PHP

<?php
namespace Kanboard\Core\Plugin;
use Exception;
/**
* Class PluginInstallerException
*
* @package Kanboard\Core\Plugin
* @author Frederic Guillot
*/
class PluginInstallerException extends Exception
{
}