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