You are here

public function ServiceNotFoundException::getSourceId in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php \Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException::getSourceId()

File

modules/providers/service_container_symfony/lib/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;
}