CommandNameAlreadyInUseException extends Exception

Exception that was thrown when a command was registered with a name that is already taken. This exception is currently unused.

Deprecated

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

        
On this page

Search results