1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
wget/testenv/exc/test_failed.py

8 lines
153 B
Python
Raw Normal View History

class TestFailed(Exception):
""" A Custom Exception raised by the Test Environment. """
def __init__(self, error):
self.error = error