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()  : mixed

Methods

__construct()

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

The error code

$previous : Throwable = null

A previous exception


        
On this page

Search results