/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Ldap/Exception/NotBoundException.php
21 строка
524 B
Bob van de Vijver
[Ldap] Always have a valid connection when using the EntryManager
12 янв 2017, 18:53
12 янв 2017, 18:53
7775ec2
Код
Авторство
О чём код?
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Ldap\Exception; /** * NotBoundException is thrown if the connection with the LDAP server is not yet bound. * * @author Bob van de Vijver <bobvandevijver@hotmail.com> */ class NotBoundException extends \RuntimeException implements ExceptionInterface { }