8000 Revert "[Notifier] Apply fabbot patch" · symfony/symfony@60ecf9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 60ecf9c

Browse files
committed
Revert "[Notifier] Apply fabbot patch"
This reverts commit b4903a9.
1 parent b4903a9 commit 60ecf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ protected function doSend(MessageInterface $message): SentMessage
127127
if (200 !== $statusCode) {
128128
$error = $response->toArray(false);
129129

130-
throw new TransportException(sprintf('Unable to send the SMS: "%s".', $error['message']), $response);
130+
throw new TransportException(sprintf('Unable to send the SMS: %s.', $error['message']), $response);
131131
}
132132

133133
$success = $response->toArray(false);

0 commit comments

Comments
 (0)
0