Symfony\Component\OptionsResolver\Exception

Classes

AccessException Thrown when trying to read an option outside of or write it inside of {@link Options::resolve()}.
InvalidArgumentException Thrown when an argument is invalid.
InvalidOptionsException Thrown when the value of an option does not match its validation rules.
MissingOptionsException Exception thrown when a required option is missing.
NoSuchOptionException Thrown when trying to read an option that has no value set.
OptionDefinitionException Thrown when two lazy options have a cyclic dependency.
UndefinedOptionsException Exception thrown when an undefined option is passed.

Interfaces

ExceptionInterface Marker interface for all exceptions thrown by the OptionsResolver component.

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/OptionsResolver/Exception.html