summaryrefslogtreecommitdiff
path: root/app/Core/Plugin/PluginInstallerException.php
blob: 31745f223d42d82cba1637ae06ec8835c6a73f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace Kanboard\Core\Plugin;

/**
 * Class PluginInstallerException
 *
 * @package Kanboard\Core\Plugin
 * @author  Frederic Guillot
 */
class PluginInstallerException extends PluginException
{
}