Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
36 | public static function invalidContent(Campaign $campaign, ErrorException $errorException): self |
||
37 | { |
||
38 | return new static("The campaign `{$campaign->name}` can't be sent because the content isn't valid. Please check if the html is valid. DOMDocument reported: `{$errorException->getMessage()}`", 0, $errorException); |
||
39 | } |
||
40 | } |
||
41 |