class: CannotReturnError
authorClaus Gittinger <cg@exept.de>
Tue, 24 Dec 2013 11:39:59 +0100
changeset 15887 1e45bc4b09b4
parent 15886 b8065e2496a0
child 15888 d30fac9218be
class: CannotReturnError category change
CannotReturnError.st
--- a/CannotReturnError.st	Tue Dec 24 11:39:51 2013 +0100
+++ b/CannotReturnError.st	Tue Dec 24 11:39:59 2013 +0100
@@ -15,7 +15,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions-Errors'
+	category:'Kernel-Exceptions-ExecutionErrors'
 !
 
 !CannotReturnError class methodsFor:'documentation'!
@@ -46,6 +46,10 @@
 !CannotReturnError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CannotReturnError.st,v 1.5 2013-12-24 10:39:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CannotReturnError.st,v 1.6 2013-12-24 10:39:59 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/CannotReturnError.st,v 1.6 2013-12-24 10:39:59 cg Exp $'
 ! !