MatrixSynapse/synapse
Richard van der Hoff 0cdb32fc43 Remove redundant try/except clauses
The `except SynapseError` clauses were pointless because the wrapped functions
would never throw a `SynapseError` (they either throw a `CodeMessageException`
or a `RuntimeError`).

The `except CodeMessageException` is now also pointless because the caller
treats all exceptions equally, so we may as well just throw the
`CodeMessageException`.
2017-04-21 01:32:01 +01:00
..
api
app
appservice
config
crypto
events
federation
handlers Remove redundant try/except clauses 2017-04-21 01:32:01 +01:00
http
metrics
push
replication
rest
static/client
storage Merge pull request #2120 from matrix-org/luke/read-markers 2017-04-13 14:21:31 +01:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
server.py
server.pyi
state.py
types.py
visibility.py