You are here

public function ParameterNotFoundException::setSourceKey in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php \Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException::setSourceKey()

File

vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php, line 89

Class

ParameterNotFoundException
This exception is thrown when a non-existent parameter is used.

Namespace

Symfony\Component\DependencyInjection\Exception

Code

public function setSourceKey($sourceKey) {
  $this->sourceKey = $sourceKey;
  $this
    ->updateRepr();
}