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