Improve LDAP error reporting

This commit is contained in:
Frederic Guillot
2017-02-05 19:34:12 -05:00
parent 53b0c7bda9
commit 3e1b1e0249
4 changed files with 77 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
<?php
namespace Kanboard\Core\Ldap;
use Exception;
/**
* LDAP Connection Exception
*
* @package ldap
* @author Frederic Guillot
*/
class ConnectionException extends Exception
{
}