We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c47635 commit a8ae4ddCopy full SHA for a8ae4dd
Part/DataPart.php
@@ -66,7 +66,7 @@ public function asInline(): static
66
public function setContentId(string $cid): static
67
{
68
if (!str_contains($cid, '@')) {
69
- throw new InvalidArgumentException(sprintf('Invalid cid "%s".', $cid));
+ throw new InvalidArgumentException(sprintf('The "%s" CID is invalid as it doesn\'t contain an "@".', $cid));
70
}
71
72
$this->cid = $cid;
0 commit comments