[Form] Removed obsolete exceptions

This commit is contained in:
Bernhard Schussek 2012-04-13 14:40:47 +02:00
parent 2a49449862
commit bfa7ef2d9b
2 changed files with 0 additions and 37 deletions

View File

@ -1,21 +0,0 @@
<?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 a field is expected to be added to a form but is not
*
* @author Bernhard Schussek <bernhard.schussek@symfony.com>
*/
class DanglingFieldException extends FormException
{
}

View File

@ -1,16 +0,0 @@
<?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;
class FieldDefinitionException extends FormException
{
}