public function ParameterNotFoundException::setSourceId in Service Container 7
Same name and namespace in other branches
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php \Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException::setSourceId()
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Exception/ ParameterNotFoundException.php, line 82
Class
- ParameterNotFoundException
- This exception is thrown when a non-existent parameter is used.
Namespace
Symfony\Component\DependencyInjection\ExceptionCode
public function setSourceId($sourceId) {
$this->sourceId = $sourceId;
$this
->updateRepr();
}