kb / app /Core /Ldap /ConnectionException.php
Xv Zan
ULFS
e4f4821
raw
history blame contribute delete
188 Bytes
<?php
namespace Kanboard\Core\Ldap;
use Exception;
/**
* LDAP Connection Exception
*
* @package ldap
* @author Frederic Guillot
*/
class ConnectionException extends Exception
{
}