/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/PropertyAccess/Exception/InvalidArgumentException.php
21 строка
521 B
Bernhard Schussek
[PropertyAccess] Removed the argument $value from isWritable()
30 мар 2014, 20:19
30 мар 2014, 20:19
9aee2ad
Код
Авторство
О чём код?
<?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\PropertyAccess\Exception; /** * Base InvalidArgumentException for the PropertyAccess component. * * @author Bernhard Schussek <bschussek@gmail.com> */ class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface { }