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)

Details

__construct(string $resource, string $sourceResource = null, int $code = null, Exception $previous = 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
doc_Symfony
2016-10-28 06:16:32
Comments
Leave a Comment

Please login to continue.