summaryrefslogtreecommitdiffstats
path: root/testenv/exc/test_failed.py
blob: 89f79606fc443339af49023ae45b6063cfe27145 (plain)
1
2
3
4
5
6
7
class TestFailed(Exception):

    """ A Custom Exception raised by the Test Environment. """

    def __init__(self, error):
        self.error = error