1
0
Fork 0
wget/testenv/exc/test_failed.py
Daniel Baumann 9591974d25
Adding upstream version 1.25.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 09:40:11 +02:00

7 lines
153 B
Python

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