Exception.st
changeset 3509 167b22eeac33
parent 3179 f22e94c6ae83
child 4438 0b01443d07c1
--- a/Exception.st	Thu Jun 04 17:18:52 1998 +0200
+++ b/Exception.st	Thu Jun 04 21:18:07 1998 +0200
@@ -728,7 +728,7 @@
 
     |theContext block noHandlerSignal any msg conArg1
      theSignal c ex1 activeHandlers inHandler rejected
-     lastHandler h raiseReceiver r firstHandler|
+     lastHandler h r firstHandler|
 
     theSignal := signal.
     theSignal isSignal ifFalse:[
@@ -944,6 +944,6 @@
 !Exception class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.63 1998-01-16 14:58:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.64 1998-06-04 19:18:07 cg Exp $'
 ! !
 Exception initialize!