Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $message, array $alternatives=[], int $code=0, \Throwable $previous=null) | |
getAlternatives () | |
Attributs privés | |
$alternatives | |
Represents an incorrect command name typed in the console.
__construct | ( | string | $message, |
array | $alternatives = [] , |
||
int | $code = 0 , |
||
\Throwable | $previous = null |
||
) |
string | $message | Exception message to throw |
string[] | $alternatives List of similar defined names | |
int | $code | Exception code |
\Throwable | null | $previous | Previous exception used for the exception chaining |
Références CommandNotFoundException\$alternatives, $message, et Symfony\Contracts\Service\__construct().
getAlternatives | ( | ) |
Références CommandNotFoundException\$alternatives.
|
private |
Référencé par CommandNotFoundException\__construct(), et CommandNotFoundException\getAlternatives().