summary refs log tree commit diff
path: root/synapse/api/errors.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-01-14 10:37:32 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-01-14 10:37:32 +0000
commita099ab7d380d3bf3b566d93454ecce80e29b661f (patch)
tree89ac833f8b24ec03542908a8f3db20be4cc596e4 /synapse/api/errors.py
parentMerge branch 'erikj/media_admin_apis' of github.com:matrix-org/synapse into m... (diff)
parentQuarantine media by ID or user ID (#6681) (diff)
downloadsynapse-a099ab7d380d3bf3b566d93454ecce80e29b661f.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/api/errors.py')
-rw-r--r--synapse/api/errors.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/synapse/api/errors.py b/synapse/api/errors.py

index 5853a54c95..9e9844b47c 100644 --- a/synapse/api/errors.py +++ b/synapse/api/errors.py
@@ -158,12 +158,6 @@ class UserDeactivatedError(SynapseError): ) -class RegistrationError(SynapseError): - """An error raised when a registration event fails.""" - - pass - - class FederationDeniedError(SynapseError): """An error raised when the server tries to federate with a server which is not on its federation whitelist.