helpscout / helpscout-api-php

PHP Wrapper for the Help Scout API
MIT License
98 stars 62 forks source link

Add ClientException to wrap Guzzle's RequestException #310

Closed nicolas-grekas closed 1 year ago

nicolas-grekas commented 1 year ago

To not force userland to couple to symbols in the Guzzle namespace (see updated example)

miguelrs commented 1 year ago

We will review this along with https://github.com/helpscout/helpscout-api-php/pull/311

nicolas-grekas commented 1 year ago

Merged into #311