메소드 | 설명 | |
---|---|---|
nameEmpty ( Exception $cause = null ) : static | Creates an exception for the code {@link NAME_EMPTY}. | |
nameExists ( string $name, Exception $cause = null ) : static | Creates an exception for the code {@link NAME_EXISTS}. | |
optionExists ( string $name, Exception $cause = null ) : static | Creates an exception for the code {@link OPTION_EXISTS}. |
public static nameEmpty ( Exception $cause = null ) : static | ||
$cause | Exception | The exception that caused this exception. |
리턴 | static | The created exception. |
public static nameExists ( string $name, Exception $cause = null ) : static | ||
$name | string | The command name. |
$cause | Exception | The exception that caused this exception. |
리턴 | static | The created exception. |
public static optionExists ( string $name, Exception $cause = null ) : static | ||
$name | string | The command name. |
$cause | Exception | The exception that caused this exception. |
리턴 | static | The created exception. |