IndexNotFoundError.st
branchjv
changeset 20578 39641ba8d6e0
parent 18057 8da7c39a6322
parent 20449 8be99d55b49e
--- a/IndexNotFoundError.st	Tue Sep 20 11:37:33 2016 +0100
+++ b/IndexNotFoundError.st	Mon Oct 03 12:44:41 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic' }"
 
+"{ NameSpace: Smalltalk }"
+
 NotFoundError subclass:#IndexNotFoundError
     instanceVariableNames: ''
     classVariableNames: ''
@@ -55,7 +57,7 @@
 !IndexNotFoundError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/IndexNotFoundError.st,v 1.4 2013-04-27 10:06:42 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN