BadLiteralsError.st
changeset 7231 5e1250b3f7f6
parent 7145 a2a21668f317
child 7587 89864caa2665
--- a/BadLiteralsError.st	Wed Apr 23 19:25:18 2003 +0200
+++ b/BadLiteralsError.st	Thu Apr 24 10:17:51 2003 +0200
@@ -7,9 +7,16 @@
 	category:'Kernel-Exceptions-ExecutionErrors'
 !
 
+!BadLiteralsError class methodsFor:'documentation'!
+
+documentation
+"
+    Triggered by the VM, if an invalid literal array is encountered in a method/block
+"
+! !
 
 !BadLiteralsError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/BadLiteralsError.st,v 1.1 2003-03-31 14:08:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/BadLiteralsError.st,v 1.2 2003-04-24 08:17:42 cg Exp $'
 ! !