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
..
2017-03-29 09:50:05 +01:00
2017-03-17 15:06:07 +00:00
2017-04-05 14:15:09 +01:00
2017-04-05 21:01:08 -07:00
2017-04-03 15:38:02 +01:00
2017-04-07 10:03:48 +01:00
2017-01-17 14:32:53 +00:00
2017-04-11 15:01:39 +01:00
2016-08-08 16:40:39 +01:00
2017-03-30 17:50:31 +01:00