You are here

public function InactiveScopeException::getServiceId in Zircon Profile 8.0

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

File

vendor/symfony/dependency-injection/Exception/InactiveScopeException.php, line 32

Class

InactiveScopeException
This exception is thrown when you try to create a service of an inactive scope.

Namespace

Symfony\Component\DependencyInjection\Exception

Code

public function getServiceId() {
  return $this->serviceId;
}