Definition\Exception (Component\Config)

Symfony\Component\Config\Definition\Exception

DuplicateKeyException This exception is thrown whenever the key of an array is not unique.
Exception Base exception for all configuration exceptions
ForbiddenOverwriteException This exception is thrown when a configuration path is overwritten from a subsequent configuration file, but the entry node specifically forbids this.
InvalidConfigurationException A very general exception which can be thrown whenever non of the more specific exceptions is suitable.
InvalidDefinitionException Thrown when an error is detected in a node Definition.
InvalidTypeException This exception is thrown if an invalid type is encountered.
UnsetKeyException This exception is usually not encountered by the end-user, but only used internally to signal the parent scope to unset a key.

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/Config/Definition/Exception.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部