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)

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

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