Skip to content

Commit 00949f6

Browse files
authored
Update ConnectionRepository.php
1 parent f01a99d commit 00949f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConnectionRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function sendMessage(string $connectionId, string $data): void
3535
return;
3636
}
3737

38-
throw $guzzleClientException;
38+
throw $e;
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)