2013-06-03 17:02:08 +02:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */
|
2013-06-03 17:02:08 +02:00
|
|
|
|
|
|
|
namespace Icinga\Protocol\Ldap;
|
2013-06-07 13:29:11 +02:00
|
|
|
|
2015-02-06 16:31:03 +01:00
|
|
|
use Icinga\Exception\IcingaException;
|
|
|
|
|
2013-06-07 13:29:11 +02:00
|
|
|
/**
|
2015-06-24 09:19:41 +02:00
|
|
|
* Class LdapException
|
2013-06-07 13:29:11 +02:00
|
|
|
* @package Icinga\Protocol\Ldap
|
|
|
|
*/
|
2015-06-24 09:19:41 +02:00
|
|
|
class LdapException extends IcingaException
|
2013-06-03 17:02:08 +02:00
|
|
|
{
|
|
|
|
}
|