`FederationDeniedError` is not a `SynapseError`

Spawning from https://github.com/matrix-org/synapse/pull/13816#discussion_r993262622
This commit is contained in:
Eric Eastwood 2022-10-14 23:27:59 -05:00
parent 616dcc1d18
commit bcc7132880
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ class UserDeactivatedError(SynapseError):
)
class FederationDeniedError(SynapseError):
class FederationDeniedError(RuntimeError):
"""An error raised when the server tries to federate with a server which
is not on its federation whitelist.