<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If I do this:<br>
<br>
    [ Error signal. 'resumed' ] on: Error do: [ : err | err resume ]<br>
<br>
I get an IllegalResumeAttempt exception, as it should be. Developers<br>
or Squeak app users can always press Proceed (and hopefully they now<br>
what they are doing), but you cannot "click proceed" in any regular<br>
error handling code. So you cannot proceed non-resumable exceptions<br>
in, for example, unattended batch jobs.<br></blockquote><div><br></div><div>You're right.  I fooled myself In my quick test, I had only written the code in the block:</div><div><br></div><div>     Error signal. 'resumed'</div><div><br></div><div>instead of writing the full handler like above, and noticed I was able to Proceed and get 'resumed' out of it.  It does indeed correctly check for IllegalResumeAttempt if you resume via #resume.  Sorry for that false alarm.</div><div><br></div><div> - Chris</div></div></div>