ServiceCircularReferenceException
extends RuntimeException
in package
This exception is thrown when a circular reference is detected.
Tags
Table of Contents
- $path : mixed
- $serviceId : mixed
- __construct() : mixed
- getPath() : mixed
- getServiceId() : mixed
Properties
$path
private
mixed
$path
$serviceId
private
mixed
$serviceId
Methods
__construct()
public
__construct(string $serviceId, array<string|int, mixed> $path[, Throwable|null $previous = null ]) : mixed
Parameters
- $serviceId : string
- $path : array<string|int, mixed>
- $previous : Throwable|null = null
Return values
mixed —getPath()
public
getPath() : mixed
Return values
mixed —getServiceId()
public
getServiceId() : mixed