class category change
authorStefan Vogel <sv@exept.de>
Fri, 23 Apr 2004 18:11:23 +0200
changeset 8333 9b32f94426ca
parent 8332 106278f76c6f
child 8334 4466f66d1f9a
class category change
VMInternalError.st
--- a/VMInternalError.st	Fri Apr 23 14:10:25 2004 +0200
+++ b/VMInternalError.st	Fri Apr 23 18:11:23 2004 +0200
@@ -16,7 +16,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions'
+	category:'Kernel-Exceptions-Errors'
 !
 
 !VMInternalError class methodsFor:'documentation'!
@@ -58,7 +58,7 @@
 !VMInternalError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/VMInternalError.st,v 1.1 2004-04-23 11:41:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/VMInternalError.st,v 1.2 2004-04-23 16:11:23 stefan Exp $'
 ! !
 
 VMInternalError initialize!