$alternatives
$alternatives :
Represents an incorrect command name typed in the console.
__construct(string $message, array $alternatives = array(), integer $code, \Exception $previous = null)
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 |