diff -r a27e7b3031cb -r 39641ba8d6e0 IndexNotFoundError.st --- 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