/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Ldap/Exception/ConnectionException.php
21 строка
504 B
Michael Voříšek
Fix "can not" spelling
06 окт 2021, 10:48
06 окт 2021, 10:48
28a438e
Код
Авторство
О чём код?
<?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; /** * ConnectionException is thrown if binding to ldap cannot be established. * * @author Grégoire Pineau <lyrixx@lyrixx.info> */ class ConnectionException extends \RuntimeException implements ExceptionInterface { }