summaryrefslogtreecommitdiff
path: root/app/Core/Ldap/ConnectionException.php
blob: 8d6a495906dcaeec2df36bfba202f643bb32fdbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Kanboard\Core\Ldap;

use Exception;

/**
 * LDAP Connection Exception
 *
 * @package ldap
 * @author  Frederic Guillot
 */
class ConnectionException extends Exception
{
}