refactor: Change BugdownRenderingException to MarkdownRenderingException.

This commit is part of series of commits aimed at renaming bugdown to
markdown.
This commit is contained in:
Mohit Gupta
2020-06-25 20:28:20 +05:30
committed by Tim Abbott
parent 3f5fc13491
commit 05cce86670
5 changed files with 12 additions and 12 deletions

View File

@@ -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):