catching-non-exception:27::"Catching an exception which doesn't inherit from Exception: MyException"
catching-non-exception:33::"Catching an exception which doesn't inherit from Exception: MyException"
catching-non-exception:33::"Catching an exception which doesn't inherit from Exception: MySecondException"
catching-non-exception:54::"Catching an exception which doesn't inherit from Exception: None"
catching-non-exception:54::"Catching an exception which doesn't inherit from Exception: list()"
catching-non-exception:59::"Catching an exception which doesn't inherit from Exception: None"
catching-non-exception:72::"Catching an exception which doesn't inherit from Exception: 4"
catching-non-exception:72::"Catching an exception which doesn't inherit from Exception: None"
catching-non-exception:72::"Catching an exception which doesn't inherit from Exception: list([4, 5, 6])"
catching-non-exception:85::"Catching an exception which doesn't inherit from Exception: NON_EXCEPTION_TUPLE"
catching-non-exception:103::"Catching an exception which doesn't inherit from Exception: object"
catching-non-exception:108::"Catching an exception which doesn't inherit from Exception: range"
