/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Workflow/Exception/RuntimeException.php
21 строка
481 B
Alain Flaus
[Workflow] Added guard 'is_valid()' method support
06 окт 2017, 11:13
06 окт 2017, 11:13
9499bc2
Код
Авторство
О чём код?
<?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\Workflow\Exception; /** * Base RuntimeException for the Workflow component. * * @author Alain Flaus <alain.flaus@gmail.com> */ class RuntimeException extends \RuntimeException implements ExceptionInterface { }