You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!$result) {
throw new \Exception(curl_error($curlHandle), curl_errno($curlHandle));
}
This will replace ("An unexpected error occurred processing the web request", 0) with for example ("Could not resolve host: api.esendex.com; Unknown error", 6) which is much more useful.
The text was updated successfully, but these errors were encountered:
Can I suggest after
you add:
This will replace ("An unexpected error occurred processing the web request", 0) with for example ("Could not resolve host: api.esendex.com; Unknown error", 6) which is much more useful.
The text was updated successfully, but these errors were encountered: