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

Properties

$parameters  : array<string|int, mixed>

Methods

__construct()  : mixed
getParameters()  : mixed

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $parameters[, Throwable $previous = null ]) : mixed
Parameters
$parameters : array<string|int, mixed>
$previous : Throwable = null

        
On this page

Search results