CommandNotFoundException

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 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
doc_Symfony
2016-10-28 06:09:45
Comments
Leave a Comment

Please login to continue.