Documentation

FileLoaderImportCircularReferenceException extends LoaderLoadException
in package

Exception class for when a circular reference is detected when importing resources.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

__construct()  : mixed
varToString()  : mixed

Methods

__construct()

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

The error code

$previous : Throwable|null = null

A previous exception

Return values
mixed

varToString()

protected varToString(mixed $var) : mixed
Parameters
$var : mixed
Return values
mixed

Search results