class CommandNotFoundException extends InvalidArgumentException implements ExceptionInterface
Represents an incorrect command name typed in the console.
Methods
__construct(string $message, array $alternatives = array(), int $code, Exception $previous = null)
array getAlternatives()
Details
__construct(string $message, array $alternatives = array(), int $code, Exception $previous = null)
Parameters string $message Exception message to t