forked-synapse/synapse/replication/http
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 run isort 2018-07-09 16:09:20 +10:00
membership.py Kill off MatrixCodeMessageException 2018-08-01 16:02:46 +01:00
send_event.py Kill off MatrixCodeMessageException 2018-08-01 16:02:46 +01:00