This commit is contained in:
Eric Eastwood 2024-01-07 06:52:03 +02:00 committed by GitHub
commit 52a7d49b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,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.