public function InvalidOptionsException::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Exception/InvalidOptionsException.php \Symfony\Component\Validator\Exception\InvalidOptionsException::__construct()
File
- vendor/
symfony/ validator/ Exception/ InvalidOptionsException.php, line 18
Class
Namespace
Symfony\Component\Validator\ExceptionCode
public function __construct($message, array $options) {
parent::__construct($message);
$this->options = $options;
}