LoaderLoadException
extends Exception
in package
Exception class for when a resource cannot be loaded or imported.
Tags
Table of Contents
- __construct() : mixed
- varToString() : mixed
Methods
__construct()
public
__construct(string $resource[, string|null $sourceResource = null ], int|null $code[, Throwable|null $previous = null ][, string|null $type = null ]) : mixed
Parameters
- $resource : string
-
The resource that could not be imported
- $sourceResource : string|null = null
-
The original resource importing the new resource
- $code : int|null
-
The error code
- $previous : Throwable|null = null
-
A previous exception
- $type : string|null = null
-
The type of resource
Return values
mixed —varToString()
protected
varToString(mixed $var) : mixed
Parameters
- $var : mixed