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) |
class FileLoaderLoadException extends Exception
Exception class for when a resource cannot be loaded or imported.
__construct(string $resource, string $sourceResource = null, int $code = null, Exception $previous = null) |
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 |
Designed by : w10schools
service@w10schools.com
Please login to continue.