diff options
Diffstat (limited to 'app/Core/Ldap/ConnectionException.php')
| -rw-r--r-- | app/Core/Ldap/ConnectionException.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/Core/Ldap/ConnectionException.php b/app/Core/Ldap/ConnectionException.php new file mode 100644 index 00000000..8d6a4959 --- /dev/null +++ b/app/Core/Ldap/ConnectionException.php @@ -0,0 +1,15 @@ +<?php + +namespace Kanboard\Core\Ldap; + +use Exception; + +/** + * LDAP Connection Exception + * + * @package ldap + * @author Frederic Guillot + */ +class ConnectionException extends Exception +{ +} |
