CharacterRangeError.st
branchjv
changeset 17845 7e0cfaac936d
parent 17761 b0e5971141bc
child 17846 24edc476ac18
equal deleted inserted replaced
17844:29a1536dffe4 17845:7e0cfaac936d
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     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 
    12 "{ Package: 'stx:libbasic' }"
    13 "{ Package: 'stx:libbasic' }"
    13 
    14 
    14 DecodingError subclass:#CharacterRangeError
    15 DecodingError subclass:#CharacterRangeError
    15 	instanceVariableNames:''
    16 	instanceVariableNames:''
    16 	classVariableNames:''
    17 	classVariableNames:''
    35 ! !
    36 ! !
    36 
    37 
    37 !CharacterRangeError class methodsFor:'documentation'!
    38 !CharacterRangeError class methodsFor:'documentation'!
    38 
    39 
    39 version
    40 version
    40     ^ '$Id: CharacterRangeError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
    41     ^ '$Id: CharacterRangeError.st 10656 2011-07-07 22:08:07Z vranyj1 $'
    41 !
       
    42 
       
    43 version_SVN
       
    44     ^ '$Id: CharacterRangeError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
       
    45 ! !
    42 ! !