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

namespace Kanboard\Core\Plugin;

use Exception;

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