symfony / symfony-docs

The Symfony documentation
https://symfony.com/doc
Other
2.14k stars 5.1k forks source link

[HttpClient] Explain how to mock `TransportExceptions` that occur before headers are received #19997

Closed mpdude closed 2 weeks ago

mpdude commented 2 weeks ago

The error option value was previously undocumented.

See https://github.com/symfony/symfony/pull/57081#issuecomment-2189260078 for the discussion leading to this.

PR based on 6.4 since the section was not yet present in 5.4 docs.

javiereguiluz commented 2 weeks ago

Thank you Matthias.