Symfony2 API
Class

Symfony\Component\Config\Exception\FileLoaderLoadException

class FileLoaderLoadException extends Exception

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

Methods

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

Details

at line 27
public __construct(string $resource, string $sourceResource = null, integer $code = null, Exception $previous = null)

Parameters

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