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.
480
480
481
481
There are three types of exceptions:
482
482
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.
485
485
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.
488
488
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.
491
491
492
492
Concurrent Requests
493
493
-------------------
You can’t perform that action at this time.
0 commit comments