Who uses Exception >> #resignalAs: ? Because I would like to change to from ------------------------------------------------------------------- resignalAs: replacementException "Signal an alternative exception in place of the receiver." self resumeUnchecked: replacementException signal ------------------------------------------------------------------- to ------------------------------------------------------------------- resignalAs: replacementException "Signal an alternative exception in place of the receiver." ^ replacementException signalIn: signalContext ------------------------------------------------------------------- In my opinion better of course ;). Facts: ------- 1) there are no users of #resignalAs: in the image 2) my change doesn't break the Exception tests