Piotr Rybałtowski
Results
2
comments of
Piotr Rybałtowski
+1, just got to this point in my app
This is a bigger problem. The try/catch block at `Client.php:427` catches `Http\Client\Exception\TransferException` exceptions. But they are not guaranteed to have `getResponse()` method. Only some of their subclasses do. This block...