InvalidCommandException
extends Exception
implements
Exception
Interfaces, Classes and Traits
- Exception
- Marker interface for all Tactician exceptions
Table of Contents
-
$command
: object
-
$violations
: ConstraintViolationListInterface
-
getCommand()
: object
-
getViolations()
: ConstraintViolationListInterface
-
onCommand()
: static
$command
protected
object
$command
$violations
protected
ConstraintViolationListInterface
$violations
getCommand()
public
getCommand() : object
Return values
object
—
getViolations()
public
getViolations() : ConstraintViolationListInterface
Return values
ConstraintViolationListInterface
—
onCommand()
public
static onCommand(object $command, ConstraintViolationListInterface $violations) : static
Parameters
-
$command
: object
-
-
$violations
: ConstraintViolationListInterface
-
Return values
static
—