fusionauth-php-client icon indicating copy to clipboard operation
fusionauth-php-client copied to clipboard

Handle cURL errors

Open mbs-team opened this issue 1 year ago • 0 comments

As described in https://github.com/FusionAuth/fusionauth-php-client/issues/28 cURL errors are not handled so there is no way to know what went wrong. This PR checks if any cURL error occurred before continuing and throws a proper exception indicating the issue.

mbs-team avatar Jun 20 '24 08:06 mbs-team