Comment on file 'excption.st' The 'no handler' case in exception propagation is not handled properly. The originator is not set at all. Thus any exception handler handling the 'no handler' case using #handle:from:do: will not catch the exception. An example for this is StandardSystemController>close. The given file corrects this by setting the originator properly. 10 April 1995