Generated: Wed 2012-04-11 05:19 CDT
Source file: /home/buechler/Sites/django-markupmirror/markupmirror/exceptions.py
Stats: 2 executed, 0 missed, 0 excluded, 4 ignored
class MarkupError(Exception):
"""General execution error for markups."""
class InvalidMarkup(Exception):
"""Raised when a markup is not subclassing BaseMarkup."""