diff --git a/src/Exception/WorkflowDependencyMissingException.php b/src/Exception/WorkflowDependencyMissingException.php index 3184b00fa..da0ca57d1 100644 --- a/src/Exception/WorkflowDependencyMissingException.php +++ b/src/Exception/WorkflowDependencyMissingException.php @@ -23,7 +23,8 @@ final class WorkflowDependencyMissingException extends AbstractApiException { public function __construct(string $executable) { - parent::__construct(400, + parent::__construct( + 400, sprintf( 'Please install the "%s" console executable on the server to render the workflow graph.', $executable