summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-23 11:33:40 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-23 11:33:40 +0000
commit262d78a86867b21ac21359862ab8be5c7402e23f (patch)
treeb9a93ed1a37fe56a5e7dcef6631eee93653df4aa /synapse/api
parentDon't assign numeric IDs for empty usernames (#6690) (diff)
parentKill off RegistrationError (#6691) (diff)
downloadsynapse-262d78a86867b21ac21359862ab8be5c7402e23f.tar.xz
Kill off RegistrationError (#6691)
* commit '326c893d2':
  Kill off RegistrationError (#6691)
Diffstat (limited to 'synapse/api')
-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 ee2a295300..cf9710e00a 100644 --- a/synapse/api/errors.py +++ b/synapse/api/errors.py
@@ -166,12 +166,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.