NamespaceNotFoundException
        
        extends CommandNotFoundException
    
    
            
            in package
            
        
    
    
    
        
            Represents an incorrect namespace typed in the console.
Tags
Table of Contents
- $alternatives : mixed
 - __construct() : mixed
 - getAlternatives() : array<string|int, string>
 
Properties
$alternatives
    private
        mixed
    $alternatives
    
        
        
    
Methods
__construct()
    public
                __construct(string $message[, array<string|int, string> $alternatives = [] ], int $code[, Throwable|null $previous = null ]) : mixed
    
        Parameters
- $message : string
 - 
                    
Exception message to throw
 - $alternatives : array<string|int, string> = []
 - 
                    
List of similar defined names
 - $code : int
 - 
                    
Exception code
 - $previous : Throwable|null = null
 - 
                    
Previous exception used for the exception chaining
 
Return values
mixed —getAlternatives()
    public
                getAlternatives() : array<string|int, string>