W3cubDocs

/Symfony 4.1

FileLoaderLoadException

class FileLoaderLoadException extends Exception

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)
varToString($var)

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

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Config/Exception/FileLoaderLoadException.html