/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
21 строка
497 B
Bernhard Schussek
[PropertyAccess] Extracted PropertyAccess component out of Form
10 янв 2013, 12:49
10 янв 2013, 12:49
1bae7b2
Код
Авторство
О чём код?
<?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 RuntimeException for the PropertyAccess component. * * @author Bernhard Schussek <bschussek@gmail.com> */ class RuntimeException extends \RuntimeException implements ExceptionInterface { }