CommandNameAlreadyInUseException extends Exception
Exception that was thrown when a command was registered with a name that is already taken. This exception is currently unused.
since TYPO3 v14.1, will be removed in TYPO3 v15.0.
Table of Contents
Methods
- __construct() : mixed
Methods
__construct()
public
__construct([string $message = '' ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string = ''
- $code : int = 0
- $previous : Throwable|null = null