mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 15:35:08 -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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth.py | ||
| constants.py | ||
| errors.py | ||
| filtering.py | ||
| ratelimiting.py | ||
| urls.py | ||