IndexNotFoundError.st
author Claus Gittinger <cg@exept.de>
Fri, 07 Sep 2001 13:14:21 +0200
changeset 5982 2965b58b4258
parent 5975 25a24298a177
child 6210 d7039e2ae776
permissions -rw-r--r--
ANSI accessors

"{ 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 $'
! !