class: ContextError
authorClaus Gittinger <cg@exept.de>
Tue, 24 Dec 2013 11:39:33 +0100
changeset 15884 9e68504d3c12
parent 15883 7b2bcbbbf0fa
child 15885 daca34dc7254
class: ContextError category change
ContextError.st
--- a/ContextError.st	Tue Dec 24 11:39:13 2013 +0100
+++ b/ContextError.st	Tue Dec 24 11:39:33 2013 +0100
@@ -9,14 +9,13 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ProceedableError subclass:#ContextError
 	instanceVariableNames:'context'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Methods'
+	category:'Kernel-Exceptions-Errors'
 !
 
 !ContextError class methodsFor:'documentation'!
@@ -44,5 +43,6 @@
 !ContextError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ContextError.st,v 1.4 2003-08-29 19:21:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ContextError.st,v 1.5 2013-12-24 10:39:33 cg Exp $'
 ! !
+