Skip to content

Commit 10f5cf0

Browse files
committed
Minor tweak
1 parent 117e239 commit 10f5cf0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/http_client.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -480,14 +480,14 @@ destructor won't have anything remaining to do.
480480

481481
There are three types of exceptions:
482482

483-
* Exceptions implementing the :class:`Symfony\\Contracts\\HttpClient\\Exception\\HttpExceptionInterface` are thrown when
484-
your code does not handle the status codes in the 300-599 range.
483+
* Exceptions implementing the :class:`Symfony\\Contracts\\HttpClient\\Exception\\HttpExceptionInterface`
484+
are thrown when your code does not handle the status codes in the 300-599 range.
485485

486-
* Exceptions implementing the :class:`Symfony\\Contracts\\HttpClient\\Exception\\TransportExceptionInterface` are thrown
487-
when a lower level issue occurs.
486+
* Exceptions implementing the :class:`Symfony\\Contracts\\HttpClient\\Exception\\TransportExceptionInterface`
487+
are thrown when a lower level issue occurs.
488488

489-
* Exceptions implementing the :class:`Symfony\\Contracts\\HttpClient\\Exception\\DecodingExceptionInterface` are thrown
490-
when a content-type cannot be decoded to the expected representation.
489+
* Exceptions implementing the :class:`Symfony\\Contracts\\HttpClient\\Exception\\DecodingExceptionInterface`
490+
are thrown when a content-type cannot be decoded to the expected representation.
491491

492492
Concurrent Requests
493493
-------------------

0 commit comments

Comments
 (0)