mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-03-04 10:19:14 -05:00

This commit replaces SynapseError.from_http_response_exception with HttpResponseException.to_synapse_error. The new method actually returns a ProxiedRequestError, which allows us to pass through additional metadata from the API call.