mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
bugdown: Move BugdownRenderingException to exceptions.py.
This commit is contained in:
committed by
Tim Abbott
parent
89fefcd1a2
commit
b9a8c4df8c
@@ -153,3 +153,6 @@ class StreamDoesNotExistError(JsonableError):
|
||||
class RateLimited(PermissionDenied):
|
||||
def __init__(self, msg: str="") -> None:
|
||||
super().__init__(msg)
|
||||
|
||||
class BugdownRenderingException(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user