Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Dec 2020 at 06:30 UTC
Updated:
14 Feb 2024 at 06:29 UTC
Jump to comment: Most recent
Comments
Comment #2
xjmComment #3
xjmThis can happen in a minor release; changing specific exception handling is a disruptive, but minor-allowed change.
Comment #9
spokjeComment #10
smustgrave commentedSearched repo for
GuzzleHttp\Exception\TransferException;and found 13 instances, which were replaced in the MR. Tests are green so replacement seems good. Wonder if there is any check we could add though or if it's used so little not worth it?Comment #11
alexpottCommitted 8c89656bdd and pushed to 11.x. Thanks!
We should also file an issue to deal with \GuzzleHttp\Exception\GuzzleException - there's a few usages in core.
Comment #13
quietone commentedThis needs a follow up per #11
Comment #15
spokjeFollow-up: #3418243: Use \Psr\Http\Client\ClientExceptionInterface instead of \GuzzleHttp\Exception\GuzzleException