ScopeCrossingInjectionException
class ScopeCrossingInjectionException extends RuntimeException
This exception is thrown when the a scope crossing injection is detected.
Methods
__construct($sourceServiceId, $sourceScope, $destServiceId, $destScope, Exception $previous = null)
No description
getSourceServiceId()
No description
getSourceScope()
No description
getDestServiceId()
No description
getDestScope()
No description