michael@0: try { } michael@0: catch (e) { } michael@0: michael@0: try { throw 2; } michael@0: catch (e) michael@0: { michael@0: try { throw 3; } michael@0: catch (e2) { } michael@0: }