Oct. 25, 2013
11:34 a.m.
Iâm thinking about what would be the proper/least annoying way of having multiple exception sections. If I have a code block that can emit two different exceptions is the only way doing it [ [ ... ] on: Exception1 do: [ ⦠] ] on: Exception2 do: [ ⦠] on:do: just calls a primitive that marks the context being an exception handler. What is called in the image when the stack is scanned to find an exception handler? thanks, Norbert