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

Skip to content
< 6606 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

Commit b4903a9

Browse files
committed
[Notifier] Apply fabbot patch
1 parent ed3bcaa commit b4903a9

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