main
<?php declare(strict_types=1); namespace PHPWorkflow\Exception\WorkflowControl; class FailStepException extends ControlException { }