laravel-xero icon indicating copy to clipboard operation
laravel-xero copied to clipboard

Exception own post/guzzle

Open tonypartridge opened this issue 11 months ago • 0 comments

We are using:

            return json_decode($e->getResponse()->getBody()->getContents(), true);

getResponse() doesn't exist on the Exception class or the RequestException class. We need to improve the error handling here.

tonypartridge avatar Mar 11 '24 08:03 tonypartridge