Documentation

CommandNotFoundException extends InvalidArgumentException
in package
implements ExceptionInterface

Represents an incorrect command name typed in the console.

Tags
author

Jérôme Tamarelle jerome@tamarelle.net

Interfaces, Classes, Traits and Enums

ExceptionInterface
ExceptionInterface.

Table of Contents

$alternatives  : mixed
__construct()  : mixed
getAlternatives()  : array<string|int, string>

Properties

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>

Search results