diff -r 108a40a5b976 -r 59d1ec1e1ed5 Exception.st --- a/Exception.st Sat Nov 17 09:42:15 2001 +0100 +++ b/Exception.st Sat Nov 17 11:01:33 2001 +0100 @@ -10,6 +10,8 @@ hereby transferred. " +"{ Package: 'stx:libbasic' }" + GenericException subclass:#Exception instanceVariableNames:'' classVariableNames:'' @@ -50,6 +52,6 @@ !Exception class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.79 1999-08-03 07:34:34 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.80 2001-11-17 10:01:02 cg Exp $' ! !