W3cubDocs

/Symfony 2.7

Symfony\Component\DependencyInjection\Exception\InactiveScopeException

class InactiveScopeException extends RuntimeException

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

Methods

__construct($serviceId, $scope, Exception $previous = null)
getServiceId()
getScope()

Details

public __construct($serviceId, $scope, Exception $previous = null)

Parameters

$serviceId
$scope
Exception $previous

public getServiceId()

public getScope()