Files
pytest2/py/test/web/exception.py
2007-01-24 15:24:01 +01:00

7 lines
164 B
Python

class CSSError(Exception):
"""raised when there's a problem with the CSS"""
class HTMLError(Exception):
"""raised when there's a problem with the HTML"""