NonIntegerIndexError.st
branchjv
changeset 20578 39641ba8d6e0
parent 18057 8da7c39a6322
parent 20440 3a7637d80751
equal deleted inserted replaced
20577:a27e7b3031cb 20578:39641ba8d6e0
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 IndexNotFoundError subclass:#NonIntegerIndexError
    16 IndexNotFoundError subclass:#NonIntegerIndexError
    15     instanceVariableNames: ''
    17     instanceVariableNames: ''
    16     classVariableNames: ''
    18     classVariableNames: ''
    17     poolDictionaries: ''
    19     poolDictionaries: ''
    54 
    56 
    55 
    57 
    56 !NonIntegerIndexError class methodsFor:'documentation'!
    58 !NonIntegerIndexError class methodsFor:'documentation'!
    57 
    59 
    58 version
    60 version
    59     ^ '$Header: /cvs/stx/stx/libbasic/NonIntegerIndexError.st,v 1.4 2013-04-27 10:04:41 cg Exp $'
    61     ^ '$Header$'
    60 !
    62 !
    61 
    63 
    62 version_SVN
    64 version_SVN
    63     ^ '$Id: NonIntegerIndexError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    65     ^ '$Id: NonIntegerIndexError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    64 ! !
    66 ! !