You are here

public function InvalidOptionsException::getOptions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/validator/Exception/InvalidOptionsException.php \Symfony\Component\Validator\Exception\InvalidOptionsException::getOptions()

File

vendor/symfony/validator/Exception/InvalidOptionsException.php, line 25

Class

InvalidOptionsException

Namespace

Symfony\Component\Validator\Exception

Code

public function getOptions() {
  return $this->options;
}