laravel-xero
laravel-xero copied to clipboard
Exception own post/guzzle
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.