2013-06-03 11:02:08 -04:00
|
|
|
<?php
|
2026-03-26 12:46:27 -04:00
|
|
|
|
|
|
|
|
// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
|
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
2013-06-03 11:02:08 -04:00
|
|
|
|
|
|
|
|
namespace Icinga\Protocol\Ldap;
|
2013-06-07 07:29:11 -04:00
|
|
|
|
2015-02-06 10:31:03 -05:00
|
|
|
use Icinga\Exception\IcingaException;
|
|
|
|
|
|
2013-06-07 07:29:11 -04:00
|
|
|
/**
|
2015-06-24 03:19:41 -04:00
|
|
|
* Class LdapException
|
2013-06-07 07:29:11 -04:00
|
|
|
* @package Icinga\Protocol\Ldap
|
|
|
|
|
*/
|
2015-06-24 03:19:41 -04:00
|
|
|
class LdapException extends IcingaException
|
2013-06-03 11:02:08 -04:00
|
|
|
{
|
|
|
|
|
}
|