[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 43 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
CommandNotFoundException:: (2 methods):
__construct()
getAlternatives()
Class: CommandNotFoundException - X-Ref
Represents an incorrect command name typed in the console.__construct($message, array $alternatives = [], $code = 0, \Exception $previous = null) X-Ref |
param: string $message Exception message to throw param: array $alternatives List of similar defined names param: int $code Exception code param: \Exception $previous Previous exception used for the exception chaining |
getAlternatives() X-Ref |
return: array A list of similar defined names |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |