class UndefinedTransitionException extends TransitionException
Thrown by Workflow when an undefined transition is applied on a subject.
| __construct($subject, string $transitionName, WorkflowInterface $workflow) | ||
| getSubject() | from TransitionException | |
| string | getTransitionName() | from TransitionException |
| WorkflowInterface | getWorkflow() | from TransitionException |
| $subject | ||
| string | $transitionName | |
| WorkflowInterface | $workflow |
| string |
| WorkflowInterface |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Workflow/Exception/UndefinedTransitionException.html