sources for exception.py [rev. unknown]
1
2
3
4
5
6
7
class CSSError(Exception):
    """raised when there's a problem with the CSS"""
class HTMLError(Exception):
    """raised when there's a problem with the HTML"""