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