NonIntegerIndexError.st
author james
Thu, 25 Oct 2001 08:04:22 +0200
changeset 6102 7fdf73f3256b
parent 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 $'
! !