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"
catching-non-exception:70::"Catching an exception which doesn't inherit from BaseException: 4"
catching-non-exception:70::"Catching an exception which doesn't inherit from BaseException: None"
catching-non-exception:70::"Catching an exception which doesn't inherit from BaseException: list([4, 5, 6])"
catching-non-exception:83::"Catching an exception which doesn't inherit from BaseException: NON_EXCEPTION_TUPLE"
