File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php, line 52
Class
- ServiceNotFoundException
- This exception is thrown when a non-existent service is requested.
Namespace
Symfony\Component\DependencyInjection\Exception
Code
public function getSourceId() {
return $this->sourceId;
}