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
at line 24
public
__construct($serviceId, $scope, Exception $previous = null)
at line 32
public
getServiceId()
at line 37
public
getScope()