Documentation

ParameterCircularReferenceException extends RuntimeException
in package

This exception is thrown when a circular reference in a parameter is detected.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

$parameters  : mixed
__construct()  : mixed
getParameters()  : mixed

Properties

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

Search results