class NamespaceNotFoundException extends CommandNotFoundException

Represents an incorrect namespace typed in the console.

Methods

__construct(string $message, array $alternatives = array(), int $code = 0, Exception $previous = null)

No description

array
getAlternatives()

No description

Details

__construct(string $message, array $alternatives = array(), int $code = 0, Exception $previous = null)

Parameters

string $message Exception message to throw
array $alternatives List of similar defined names
int $code Exception code
Exception $previous Previous exception used for the exception chaining

array getAlternatives()

Return Value

array A list of similar defined names