Replies: 2 comments 2 replies
-
If it uses Guzzle under the hood, it is normal. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have a function that call http client to other server. and i tried to catch
RequestException
andConnectionException
but the request exception is not catched cuz the exception that thrown was
GuzzleHttp\Exception\RequestException
am i doing it wrong?
Beta Was this translation helpful? Give feedback.
All reactions