public static function invalidAction(string $actionName, string $configuredClass, string $actionClass)
10
{
11
return new static("The class currently specified in the `email-campaigns.actions.{$actionName}` key '{$configuredClass}' should be or extend `{$actionClass}`.");