TransitionException
class TransitionException extends LogicException
Methods
| __construct($subject, string $transitionName, WorkflowInterface $workflow, string $message) | ||
| getSubject() | ||
| string | getTransitionName() | |
| WorkflowInterface | getWorkflow() |
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 |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Workflow/Exception/TransitionException.html