CanNotDetermineCommandNameException
extends RuntimeException
in package
implements
Exception
Thrown when a CommandNameExtractor cannot determine the command's name
Table of Contents
Interfaces
- Exception
- Marker interface for all Tactician exceptions
Properties
- $command : mixed
Methods
- 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
staticgetCommand()
Returns the command that could not be invoked
public
getCommand() : mixed