class: CannotResumeError
authorClaus Gittinger <cg@exept.de>
Tue, 24 Dec 2013 11:38:59 +0100
changeset 15882 89346cbd70de
parent 15881 57ed55badeff
child 15883 7b2bcbbbf0fa
class: CannotResumeError category change
CannotResumeError.st
--- a/CannotResumeError.st	Thu Dec 19 10:51:21 2013 +0000
+++ b/CannotResumeError.st	Tue Dec 24 11:38:59 2013 +0100
@@ -9,14 +9,13 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ContextError subclass:#CannotResumeError
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Methods'
+	category:'Kernel-Exceptions-Errors'
 !
 
 !CannotResumeError class methodsFor:'documentation'!
@@ -47,5 +46,6 @@
 !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.5 2013-12-24 10:38:59 cg Exp $'
 ! !
+