CommandNotFoundException
extends InvalidArgumentException
in package
implements
ExceptionInterface
Represents an incorrect command name typed in the console.
Tags
Interfaces, Classes and Traits
- ExceptionInterface
- ExceptionInterface.
Table of Contents
- $alternatives : mixed
- __construct() : mixed
- getAlternatives() : array<string|int, string>
Properties
$alternatives
private
mixed
$alternatives
Methods
__construct()
public
__construct(string $message[, array<string|int, string> $alternatives = [] ], int $code[, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string
-
Exception message to throw
- $alternatives : array<string|int, string> = []
-
List of similar defined names
- $code : int
-
Exception code
- $previous : Throwable|null = null
-
Previous exception used for the exception chaining
Return values
mixed —getAlternatives()
public
getAlternatives() : array<string|int, string>
Return values
array<string|int, string> —A list of similar defined names