/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Form/Exception/AlreadySubmittedException.php
22 строки
493 B
Fabien Potencier
[Form] removed deprecated features
01 окт 2015, 17:20
01 окт 2015, 17:20
33f3400
Код
Авторство
О чём код?
<?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\Form\Exception; /** * Thrown when an operation is called that is not acceptable after submitting * a form. * * @author Bernhard Schussek <bschussek@gmail.com> */ class AlreadySubmittedException extends LogicException { }