CannotResumeError.st
changeset 15886 b8065e2496a0
parent 15882 89346cbd70de
child 18115 26ac4840e5d0
--- a/CannotResumeError.st	Tue Dec 24 11:39:41 2013 +0100
+++ b/CannotResumeError.st	Tue Dec 24 11:39:51 2013 +0100
@@ -15,7 +15,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions-Errors'
+	category:'Kernel-Exceptions-ExecutionErrors'
 !
 
 !CannotResumeError class methodsFor:'documentation'!
@@ -46,6 +46,10 @@
 !CannotResumeError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CannotResumeError.st,v 1.5 2013-12-24 10:38:59 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 $'
 ! !