Files
kanboard/app/Core/ExternalLink/ExternalLinkProviderNotFound.php
2026-06-01 21:23:12 -07: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
{
}