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
minor #15905 [HttpClient] Clarify which is the top level exception for http client if you want to catch everything (Seldaek)
This PR was merged into the 4.4 branch.
Discussion
----------
[HttpClient] Clarify which is the top level exception for http client if you want to catch everything
The fact that right now https://symfony.com/doc/current/http_client.html#handling-exceptions starts by mentioning ` an appropriate exception, all of
which implement the [...]HttpExceptionInterface` is kinda misleading as that is only the interface for http-status-codes exceptions, not for all http client exceptions.
Commits
-------
9f7631b Clarify which is the top level exception for http client if you want to catch everything
0 commit comments