class ScopeWideningInjectionException extends RuntimeException
Thrown when a scope widening injection is detected.
Methods
|
__construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null)
|
||
|
getSourceServiceId()
|
||
|
getSourceScope()
|
||
|
getDestServiceId()
|
||
|
getDestScope()
|
Details
at line 26
public
__construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null)
at line 45
public
getSourceServiceId()
at line 50
public
getSourceScope()
at line 55
public
getDestServiceId()
at line 60
public
getDestScope()