CannotResumeError.st
branchjv
changeset 18115 26ac4840e5d0
parent 17911 a99f15c5efa5
parent 15886 b8065e2496a0
--- a/CannotResumeError.st	Wed Dec 18 18:48:33 2013 +0100
+++ b/CannotResumeError.st	Mon Jan 13 11:46:28 2014 +0000
@@ -15,7 +15,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Methods'
+	category:'Kernel-Exceptions-ExecutionErrors'
 !
 
 !CannotResumeError class methodsFor:'documentation'!
@@ -46,12 +46,14 @@
 !CannotResumeError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CannotResumeError.st,v 1.4 2003/08/29 19:21:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CannotResumeError.st,v 1.6 2013-12-24 10:39:51 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/CannotResumeError.st,v 1.6 2013-12-24 10:39:51 cg Exp $'
 !
 
 version_SVN
     ^ '$Id: CannotResumeError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
 ! !
 
-
-