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