ParameterCircularReferenceException
extends RuntimeException
in package
This exception is thrown when a circular reference in a parameter is detected.
Tags
Table of Contents
- $parameters : mixed
- __construct() : mixed
- getParameters() : mixed
Properties
$parameters
private
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
Return values
mixed —getParameters()
public
getParameters() : mixed