Exception.st
changeset 345 cf2301210c47
parent 328 7b542c0bf1dd
child 362 4131e87e79ec
--- a/Exception.st	Fri May 12 14:35:09 1995 +0200
+++ b/Exception.st	Tue May 16 19:09:45 1995 +0200
@@ -24,7 +24,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.20 1995-05-01 21:29:20 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.21 1995-05-16 17:06:50 claus Exp $
 '!
 
 !Exception class methodsFor:'documentation'!
@@ -45,7 +45,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.20 1995-05-01 21:29:20 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.21 1995-05-16 17:06:50 claus Exp $
 "
 !
 
@@ -129,7 +129,7 @@
     ]
 ! !
 
-!Exception class methodsFor:'signal access'!
+!Exception class methodsFor:'Signal constants'!
 
 recursiveExceptionSignal
     "return the signal used to handle recursive signals in the handlers"