mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
refactor: Change BugdownRenderingException to MarkdownRenderingException.
This commit is part of series of commits aimed at renaming bugdown to markdown.
This commit is contained in:
@@ -212,7 +212,7 @@ class OrganizationOwnerRequired(JsonableError):
|
||||
def msg_format() -> str:
|
||||
return OrganizationOwnerRequired.OWNER_REQUIRED_MESSAGE
|
||||
|
||||
class BugdownRenderingException(Exception):
|
||||
class MarkdownRenderingException(Exception):
|
||||
pass
|
||||
|
||||
class InvalidAPIKeyError(JsonableError):
|
||||
|
||||
Reference in New Issue
Block a user