File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -480,14 +480,14 @@ destructor won't have anything remaining to do.
480480
481481There 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
492492Concurrent Requests
493493-------------------
You can’t perform that action at this time.
0 commit comments