blob: 740ee292a9923ed90367344ef9e300b16f177ea8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
namespace Icinga\Protocol\Ldap;
use Icinga\Exception\IcingaException;
/**
* Class LdapException
* @package Icinga\Protocol\Ldap
*/
class LdapException extends IcingaException
{
}
|