FileLoaderImportCircularReferenceException
extends LoaderLoadException
in package
Exception class for when a circular reference is detected when importing resources.
Tags
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