[svn r58028] reverting 58009 - webcheck is actually used although not directly tested.
--HG-- branch : trunk
This commit is contained in:
6
py/test/web/exception.py
Normal file
6
py/test/web/exception.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class CSSError(Exception):
|
||||
"""raised when there's a problem with the CSS"""
|
||||
|
||||
class HTMLError(Exception):
|
||||
"""raised when there's a problem with the HTML"""
|
||||
|
||||
Reference in New Issue
Block a user