Source code for mini_wiki.errors

[docs]class WikiError(Exception): """ A generic exception that all mini_wiki errors inherit from. """
[docs]class ParseError(Exception): """ Describes when there is an error parsing a page. """