AbstractClassInstantiationError.st
changeset 14486 e608a50924c3
parent 14461 f41b3d2a8412
child 18011 deb0c3355881
equal deleted inserted replaced
14485:fb2ba2240455 14486:e608a50924c3
    30  inclusion of the above copyright notice.   This software may not
    30  inclusion of the above copyright notice.   This software may not
    31  be provided or otherwise made available to, or used by, any
    31  be provided or otherwise made available to, or used by, any
    32  other person.  No title to or ownership of the software is
    32  other person.  No title to or ownership of the software is
    33  hereby transferred.
    33  hereby transferred.
    34 "
    34 "
       
    35 !
       
    36 
       
    37 documentation
       
    38 "
       
    39         raised by abstractClassInstantiationError
       
    40 "
    35 ! !
    41 ! !
    36 
    42 
    37 !AbstractClassInstantiationError class methodsFor:'initialization'!
    43 !AbstractClassInstantiationError class methodsFor:'initialization'!
    38 
    44 
    39 initialize
    45 initialize
    43 ! !
    49 ! !
    44 
    50 
    45 !AbstractClassInstantiationError class methodsFor:'documentation'!
    51 !AbstractClassInstantiationError class methodsFor:'documentation'!
    46 
    52 
    47 version
    53 version
    48     ^ '$Header: /cvs/stx/stx/libbasic/AbstractClassInstantiationError.st,v 1.1 2012-11-02 08:57:56 cg Exp $'
    54     ^ '$Header: /cvs/stx/stx/libbasic/AbstractClassInstantiationError.st,v 1.2 2012-11-02 16:40:18 cg Exp $'
    49 !
    55 !
    50 
    56 
    51 version_CVS
    57 version_CVS
    52     ^ '$Header: /cvs/stx/stx/libbasic/AbstractClassInstantiationError.st,v 1.1 2012-11-02 08:57:56 cg Exp $'
    58     ^ '$Header: /cvs/stx/stx/libbasic/AbstractClassInstantiationError.st,v 1.2 2012-11-02 16:40:18 cg Exp $'
    53 ! !
    59 ! !
    54 
    60 
    55 AbstractClassInstantiationError initialize!
    61 AbstractClassInstantiationError initialize!