\Symfony\Component\Console\ExceptionCommandNotFoundException

Represents an incorrect command name typed in the console.

Summary

Methods
Properties
Constants
__construct()
getAlternatives()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$alternatives
N/A

Properties

$alternatives

$alternatives : 

Type

Methods

__construct()

__construct(string  $message, array  $alternatives = array(), integer  $code, \Exception  $previous = null) 

Parameters

string $message

Exception message to throw

array $alternatives

List of similar defined names

integer $code

Exception code

\Exception $previous

Previous exception used for the exception chaining

getAlternatives()

getAlternatives() : array

Returns

array —

A list of similar defined names