CanNotDetermineCommandNameException
extends RuntimeException
in package
implements
Exception
Thrown when a CommandNameExtractor cannot determine the command's name
Interfaces, Classes and Traits
- Exception
- Marker interface for all Tactician exceptions
Table of Contents
- $command : mixed
- forCommand() : static
- getCommand() : mixed
- Returns the command that could not be invoked
Properties
$command
private
mixed
$command
Methods
forCommand()
public
static forCommand(mixed $command) : static
Parameters
- $command : mixed
Return values
static —getCommand()
Returns the command that could not be invoked
public
getCommand() : mixed