aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.py
blob: 869af8434e0358fbe0013d6687403789d730476f (plain)
1
2
3
class TestError(Exception):
	def __init__(self, error):
		Exception.__init__(self, error)