FileLoaderImportCircularReferenceException
extends LoaderLoadException
in package
Exception class for when a circular reference is detected when importing resources.
Tags
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
varToString()
protected
varToString(mixed $var) : mixed
Parameters
- $var : mixed