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