public function ParameterNotFoundException::getSourceKey in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php \Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException::getSourceKey()
File
- vendor/
symfony/ dependency-injection/ Exception/ ParameterNotFoundException.php, line 77
Class
- ParameterNotFoundException
- This exception is thrown when a non-existent parameter is used.
Namespace
Symfony\Component\DependencyInjection\ExceptionCode
public function getSourceKey() {
return $this->sourceKey;
}