VMInternalError.st
changeset 8333 9b32f94426ca
parent 8329 1828c8969866
child 13751 f777408a5f4c
child 17711 39faaaf888b4
--- 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!