CannotReturnError.st
changeset 6009 a24f4df1cbef
parent 5998 c52f7b88e059
child 7233 52b21f304183
--- a/CannotReturnError.st	Fri Sep 07 20:45:25 2001 +0200
+++ b/CannotReturnError.st	Fri Sep 07 20:57:10 2001 +0200
@@ -4,12 +4,12 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions'
+	category:'Kernel-Methods'
 !
 
 
 !CannotReturnError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CannotReturnError.st,v 1.1 2001-09-07 16:06:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CannotReturnError.st,v 1.2 2001-09-07 18:57:10 cg Exp $'
 ! !