You are here

public function ServiceNotFoundException::getId in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php \Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException::getId()

File

vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php, line 47

Class

ServiceNotFoundException
This exception is thrown when a non-existent service is requested.

Namespace

Symfony\Component\DependencyInjection\Exception

Code

public function getId() {
  return $this->id;
}