MatrixSynapse/synapse/api
Richard van der Hoff 01e93f48ed Kill off MatrixCodeMessageException
This code brings the SimpleHttpClient into line with the
MatrixFederationHttpClient by having it raise HttpResponseExceptions when a
request fails (rather than trying to parse for matrix errors and maybe raising
MatrixCodeMessageException).

Then, whenever we were checking for MatrixCodeMessageException and turning them
into SynapseErrors, we now need to check for HttpResponseExceptions and call
to_synapse_error.
2018-08-01 16:02:46 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Python 3: Convert some unicode/bytes uses (#3569) 2018-08-02 00:54:06 +10:00
constants.py Implementation of server_acls 2018-07-04 19:06:20 +01:00
errors.py Kill off MatrixCodeMessageException 2018-08-01 16:02:46 +01:00
filtering.py Deduplicate redundant lazy-loaded members (#3331) 2018-07-26 22:51:30 +01:00
ratelimiting.py Check whether to ratelimit sooner to avoid work 2016-10-19 10:45:24 +01:00
urls.py run isort 2018-07-09 16:09:20 +10:00