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