forked from MirrorHub/synapse
synapse/api/errors.py:RoomError was unused
This commit is contained in:
parent
372ac60375
commit
f2fcc0a8cf
1 changed files with 0 additions and 5 deletions
|
@ -77,11 +77,6 @@ class SynapseError(CodeMessageException):
|
|||
)
|
||||
|
||||
|
||||
class RoomError(SynapseError):
|
||||
"""An error raised when a room event fails."""
|
||||
pass
|
||||
|
||||
|
||||
class RegistrationError(SynapseError):
|
||||
"""An error raised when a registration event fails."""
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue