summaryrefslogtreecommitdiff
path: root/test/functional/invalid_exceptions_caught.txt
blob: ce9ab2a8c1ca01b917f8eeb4003190a36fb086e6 (plain)
1
2
3
4
5
6
catching-non-exception:25::"Catching an exception which doesn't inherit from BaseException: MyException"
catching-non-exception:31::"Catching an exception which doesn't inherit from BaseException: MyException"
catching-non-exception:31::"Catching an exception which doesn't inherit from BaseException: MySecondException"
catching-non-exception:52::"Catching an exception which doesn't inherit from BaseException: None"
catching-non-exception:52::"Catching an exception which doesn't inherit from BaseException: list()"
catching-non-exception:57::"Catching an exception which doesn't inherit from BaseException: None"