/usr/share/php/Symfony/Component/Config/Definition/Exception
NameSizeModeActions
DuplicateKeyException.php5810644editdlrm
Exception.php4590644editdlrm
ForbiddenOverwriteException.php5930644editdlrm
InvalidConfigurationException.php10860644editdlrm
InvalidDefinitionException.php4740644editdlrm
InvalidTypeException.php4930644editdlrm
UnsetKeyException.php5400644editdlrm
Edit: /usr/share/php/Symfony/Component/Config/Definition/Exception/ForbiddenOverwriteException.php (593B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Config\Definition\Exception; /** * This exception is thrown when a configuration path is overwritten from a * subsequent configuration file, but the entry node specifically forbids this. * * @author Johannes M. Schmitt */ class ForbiddenOverwriteException extends InvalidConfigurationException { }