NonIntegerIndexError.st
author Claus Gittinger <cg@exept.de>
Fri, 07 Sep 2001 12:37:14 +0200
changeset 5975 25a24298a177
child 6210 d7039e2ae776
permissions -rw-r--r--
initial checkin

"{ Package: 'stx:libbasic' }"

IndexNotFoundError subclass:#NonIntegerIndexError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Exceptions'
!


!NonIntegerIndexError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/NonIntegerIndexError.st,v 1.1 2001-09-07 10:36:28 cg Exp $'
! !