/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Lock/Exception/LockAcquiringException.php
21 строка
525 B
Jérémy Derussé
[Lock] Re-add the Lock component in 3.4
24 май 2017, 09:31
24 май 2017, 09:31
3b6c495
Код
Авторство
О чём код?
<?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\Lock\Exception; /** * LockAcquiringException is thrown when an issue happens during the acquisition of a lock. * * @author Jérémy Derussé <jeremy@derusse.com> */ class LockAcquiringException extends \RuntimeException implements ExceptionInterface { }