mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:46:02 -04:00
Kill off RegistrationError (#6691)
This is pretty pointless. Let's just use SynapseError.
This commit is contained in:
parent
2d07c73777
commit
326c893d24
4 changed files with 4 additions and 17 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue