public function InactiveScopeException::getScope in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Exception/InactiveScopeException.php \Symfony\Component\DependencyInjection\Exception\InactiveScopeException::getScope()
File
- vendor/
symfony/ dependency-injection/ Exception/ InactiveScopeException.php, line 37
Class
- InactiveScopeException
- This exception is thrown when you try to create a service of an inactive scope.
Namespace
Symfony\Component\DependencyInjection\ExceptionCode
public function getScope() {
return $this->scope;
}