Exception.st
changeset 6206 59d1ec1e1ed5
parent 4501 1f22f4eb2028
child 7038 89e892bb8226
--- 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 $'
 
 ! !