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

Methods

__construct()  : mixed
varToString()  : string

Methods

__construct()

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

The error code

$previous : Throwable|null = null

A previous exception

varToString()

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

        
On this page

Search results