IndexNotFoundError.st
changeset 5975 25a24298a177
child 6210 d7039e2ae776
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/IndexNotFoundError.st	Fri Sep 07 12:37:14 2001 +0200
@@ -0,0 +1,15 @@
+"{ Package: 'stx:libbasic' }"
+
+NotFoundError subclass:#IndexNotFoundError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Kernel-Exceptions'
+!
+
+
+!IndexNotFoundError class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/IndexNotFoundError.st,v 1.1 2001-09-07 10:37:00 cg Exp $'
+! !