class FileLoaderLoadException extends Exception

deprecated since Symfony 4.2, use LoaderLoadException instead.

Exception class for when a resource cannot be loaded or imported.

Methods

__construct(string $resource, string $sourceResource = null, int $code = null, Exception $previous = null, string $type = null)

No description

varToString($var)

No description

Details

__construct(string $resource, string $sourceResource = null, int $code = null, Exception $previous = null, string $type = null)

Parameters

string $resource The resource that could not be imported
string $sourceResource The original resource importing the new resource
int $code The error code
Exception $previous A previous exception
string $type The type of resource

protected varToString($var)

Parameters

$var