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