You are here

public function MissingOptionsException::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Exception/MissingOptionsException.php \Symfony\Component\Validator\Exception\MissingOptionsException::__construct()

File

vendor/symfony/validator/Exception/MissingOptionsException.php, line 18

Class

MissingOptionsException

Namespace

Symfony\Component\Validator\Exception

Code

public function __construct($message, array $options) {
  parent::__construct($message);
  $this->options = $options;
}