/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Workflow/Exception/InvalidDefinitionException.php
21 строка
487 B
Jules Pietri
[Workflow] Fixed validator tests and used static function to create workflows
17 ноя 2016, 12:47
17 ноя 2016, 12:47
3ee876b
Код
Авторство
О чём код?
<?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; /** * Thrown by the DefinitionValidatorInterface when the definition is invalid. * * @author Tobias Nyholm <tobias.nyholm@gmail.com> */ class InvalidDefinitionException extends LogicException { }