InvalidTypeException
        
        extends InvalidConfigurationException
    
    
            
            in package
            
        
    
    
    
        
            This exception is thrown if an invalid type is encountered.
Tags
Table of Contents
- $containsHints : mixed
 - $path : mixed
 - addHint() : mixed
 - Adds extra information that is suffixed to the original exception message.
 - getPath() : mixed
 - setPath() : mixed
 
Properties
$containsHints
    private
        mixed
    $containsHints
     = false
        
        
    
$path
    private
        mixed
    $path
    
        
        
    
Methods
addHint()
Adds extra information that is suffixed to the original exception message.
    public
                addHint(string $hint) : mixed
    
        Parameters
- $hint : string
 
Return values
mixed —getPath()
    public
                getPath() : mixed
        
    
    
        Return values
mixed —setPath()
    public
                setPath(string $path) : mixed
        
        Parameters
- $path : string