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