class MissingOptionsException
Hierarchy
- class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
- class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
- class \Symfony\Component\Validator\Exception\ValidatorException extends \Symfony\Component\Validator\Exception\RuntimeException
- class \Symfony\Component\Validator\Exception\MissingOptionsException extends \Symfony\Component\Validator\Exception\ValidatorException
- class \Symfony\Component\Validator\Exception\ValidatorException extends \Symfony\Component\Validator\Exception\RuntimeException
- class \Symfony\Component\Validator\Exception\RuntimeException extends \Symfony\Component\Validator\Exception\RuntimeException implements \Symfony\Component\Validator\Exception\ExceptionInterface
Expanded class hierarchy of MissingOptionsException
6 files declare their use of MissingOptionsException
- Constraint.php in vendor/
symfony/ validator/ Constraint.php - Count.php in vendor/
symfony/ validator/ Constraints/ Count.php - Length.php in vendor/
symfony/ validator/ Constraints/ Length.php - PluginExistsConstraint.php in core/
lib/ Drupal/ Core/ Plugin/ Plugin/ Validation/ Constraint/ PluginExistsConstraint.php - Range.php in vendor/
symfony/ validator/ Constraints/ Range.php
File
-
vendor/
symfony/ validator/ Exception/ MissingOptionsException.php, line 14
Namespace
Symfony\Component\Validator\ExceptionView source
class MissingOptionsException extends ValidatorException {
public function __construct(string $message, array $options) {
parent::__construct($message);
}
public function getOptions() : array {
return $this->options;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
MissingOptionsException::getOptions | public | function | |
MissingOptionsException::__construct | public | function |