Files
Kanboard-Prod/app/Core/ExternalLink/ExternalLinkProviderNotFound.php
2016-01-30 20:38:20 -05:00

16 lines
232 B
PHP

<?php
namespace Kanboard\Core\ExternalLink;
use Exception;
/**
* External Link Provider Not Found Exception
*
* @package externalLink
* @author Frederic Guillot
*/
class ExternalLinkProviderNotFound extends Exception
{
}