summaryrefslogtreecommitdiff
path: root/test/messages/func_catching_non_exception.txt
blob: 19f22ab18c0a46ff90e46c995251fddae24b401f (plain)
1
2
3
E: 35: Catching an exception which doesn't inherit from BaseException: MyException
E: 40: Catching an exception which doesn't inherit from BaseException: MyException
E: 40: Catching an exception which doesn't inherit from BaseException: MySecondException