The use case I had in mind is for hacking together a script, so that stack traces can be converted into simpler messages and then it can simply quit. I never used it for that though. Attaching it to a 'try' handler instead would possible too but then you might as well use finally or except. Also the onRaise handler creates a loophole for the effect system. At this point we should simply deprecate it and then remove it.