\Symfony\Component\OptionsResolverException

Interfaces

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

Classes

AccessException Thrown when trying to read an option outside of or write it inside of {@link \Symfony\Component\OptionsResolver\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.