graze / guzzle-jsonrpc

JSON-RPC 2.0 client for Guzzle
https://packagist.org/packages/graze/guzzle-jsonrpc
MIT License
93 stars 61 forks source link

JsonDecodeException #38

Closed psfpro closed 4 years ago

psfpro commented 6 years ago

This will be easier to debug

        try {
            $response = $this->client->send($request);
        } catch (JsonDecodeException $exception) {
            $this->log($exception->getMessage(), $exception->getJson());
        }
psfpro commented 5 years ago

Hi! Coding standards fixed

h-bragg commented 5 years ago

Hi, thanks for the fixes 👏.