class UndefinedTransitionException extends TransitionException

Thrown by Workflow when an undefined transition is applied on a subject.

Methods

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

No description

getSubject()

No description

string
getTransitionName()

No description

Details

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

Parameters

$subject
string $transitionName
WorkflowInterface $workflow

getSubject()

string getTransitionName()

Return Value

string

WorkflowInterface getWorkflow()

Return Value

WorkflowInterface