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 f01a99d commit 00949f6Copy full SHA for 00949f6
src/ConnectionRepository.php
@@ -35,7 +35,7 @@ public function sendMessage(string $connectionId, string $data): void
35
return;
36
}
37
38
- throw $guzzleClientException;
+ throw $e;
39
40
41
0 commit comments