summaryrefslogtreecommitdiff
path: root/tests/functional/i/invalid_exceptions_raised.txt
blob: 7985a71bf68e76c9b202061a004199d2c0625175 (plain)
1
2
3
4
5
6
7
8
9
10
raising-non-exception:38:4:bad_case0:Raising a new style class which doesn't inherit from BaseException
raising-non-exception:42:4:bad_case1:Raising a new style class which doesn't inherit from BaseException
raising-non-exception:48:4:bad_case2:Raising a new style class which doesn't inherit from BaseException
raising-non-exception:52:4:bad_case3:Raising a new style class which doesn't inherit from BaseException
notimplemented-raised:56:4:bad_case4:NotImplemented raised - should raise NotImplementedError
raising-bad-type:60:4:bad_case5:Raising int while only classes or instances are allowed
raising-bad-type:64:4:bad_case6:Raising NoneType while only classes or instances are allowed
raising-non-exception:68:4:bad_case7:Raising a new style class which doesn't inherit from BaseException
raising-non-exception:72:4:bad_case8:Raising a new style class which doesn't inherit from BaseException
raising-non-exception:76:4:bad_case9:Raising a new style class which doesn't inherit from BaseException