class TransitionException extends LogicException

Methods

__construct($subject, string $transitionName, WorkflowInterface $workflow, string $message)

No description

getSubject()

No description

string
getTransitionName()

No description

getWorkflow()

No description

Details

__construct($subject, string $transitionName, WorkflowInterface $workflow, string $message)

Parameters

$subject
string $transitionName
WorkflowInterface $workflow
string $message

getSubject()

string getTransitionName()

Return Value

string

WorkflowInterface getWorkflow()

Return Value

WorkflowInterface