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