/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Semaphore/Exception/SemaphoreStorageException.php
21 строка
559 B
Santiago San Martin
[Semaphore] Enabled usage of `EVALSHA` and `LOAD SCRIPT` over regular `EVAL`
21 июл 2025, 01:17
21 июл 2025, 01:17
4afc680
Код
Авторство
О чём код?
<?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\Semaphore\Exception; /** * SemaphoreStorageException is thrown when an issue happens during the manipulation of a semaphore in a store. * * @author Santiago San Martin <sanmartindev@gmail.com> */ class SemaphoreStorageException extends \RuntimeException implements ExceptionInterface { }