ServiceCircularReferenceException
class ServiceCircularReferenceException extends RuntimeException
This exception is thrown when a circular reference is detected.
Methods
__construct(string $serviceId, array $path, Exception $previous = null) | ||
getServiceId() | ||
getPath() |
Details
__construct(string $serviceId, array $path, Exception $previous = null)
Parameters
string | $serviceId | |
array | $path | |
Exception | $previous |
getServiceId()
getPath()
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.html