main
<?php declare(strict_types=1); namespace PHPWorkflow\Exception; use Exception; class WorkflowStepDependencyNotFulfilledException extends Exception { }