Files
Kanboard-Prod/app/Core/Ldap/ClientException.php
2015-11-27 09:15:12 -05:00

16 lines
180 B
PHP

<?php
namespace Kanboard\Core\Ldap;
use Exception;
/**
* LDAP Client Exception
*
* @package ldap
* @author Frederic Guillot
*/
class ClientException extends Exception
{
}