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
..
2016-01-07 04:26:29 +00:00
2017-03-16 11:54:26 +00:00
2016-11-16 14:47:52 +00:00
2017-04-03 15:44:19 +01:00
2017-04-12 10:16:26 +01:00
2017-03-16 11:54:26 +00:00
2017-02-02 10:53:36 +00:00
2017-03-13 11:53:26 +00:00
2017-02-20 15:02:01 +00:00
2017-03-16 13:04:07 +00:00