메소드 | 설명 | |
---|---|---|
nameNotFound ( string $commandName, |
Creates an exception for the code {@link NAME_NOT_FOUND}. | |
noDefaultCommand ( Exception $cause = null ) : static | Creates an exception for the code {@link NO_DEFAULT_COMMAND}. |
public static nameNotFound ( string $commandName, |
||
$commandName | string | The command name that was not found. |
$commands | A list of available commands that is searched for similar names. | |
$cause | Exception | The exception that caused this exception. |
리턴 | static | The created exception. |
public static noDefaultCommand ( Exception $cause = null ) : static | ||
$cause | Exception | The exception that caused this exception. |
리턴 | static | The created exception. |