LoaderLoadException
        
        extends Exception
    
    
            
            in package
            
        
    
    
    
        
            Exception class for when a resource cannot be loaded or imported.
Tags
Table of Contents
- __construct() : mixed
- varToString() : mixed
Methods
__construct()
    public
                    __construct(string $resource[, string $sourceResource = null ][, int $code = null ][, Throwable $previous = null ][, string $type = null ]) : mixed
    
        Parameters
- $resource : string
- 
                    The resource that could not be imported 
- $sourceResource : string = null
- 
                    The original resource importing the new resource 
- $code : int = null
- 
                    The error code 
- $previous : Throwable = null
- 
                    A previous exception 
- $type : string = null
- 
                    The type of resource 
Return values
mixed —varToString()
    protected
                    varToString(mixed $var) : mixed
        
        Parameters
- $var : mixed