mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
7b3bc755a3
FederationDeniedError is a subclass of SynapseError, which is a subclass of CodeMessageException, so if e is a FederationDeniedError, then this check for FederationDeniedError will never be reached since it will be caught by the check for CodeMessageException above. The check for CodeMessageException does almost the same thing as this check (since FederationDeniedError initialises with code=403 and msg="Federation denied with %s."), so may as well just keep allowing it to handle this case. |
||
---|---|---|
.. | ||
.gitignore | ||
5606.misc | ||
5609.bugfix | ||
5611.misc | ||
5613.feature | ||
5616.misc | ||
5617.misc | ||
5621.bugfix | ||
5622.misc | ||
5623.feature | ||
5625.removal | ||
5626.feature | ||
5628.misc | ||
5630.misc | ||
5637.misc | ||
5639.misc | ||
5640.misc | ||
5641.misc | ||
5643.misc | ||
5644.bugfix | ||
5645.misc |