Exception.st
changeset 6206 59d1ec1e1ed5
parent 4501 1f22f4eb2028
child 7038 89e892bb8226
equal deleted inserted replaced
6205:108a40a5b976 6206:59d1ec1e1ed5
     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 
       
    13 "{ Package: 'stx:libbasic' }"
    12 
    14 
    13 GenericException subclass:#Exception
    15 GenericException subclass:#Exception
    14 	instanceVariableNames:''
    16 	instanceVariableNames:''
    15 	classVariableNames:''
    17 	classVariableNames:''
    16 	poolDictionaries:''
    18 	poolDictionaries:''
    48 ! !
    50 ! !
    49 
    51 
    50 !Exception class methodsFor:'documentation'!
    52 !Exception class methodsFor:'documentation'!
    51 
    53 
    52 version
    54 version
    53     ^ '$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.79 1999-08-03 07:34:34 stefan Exp $'
    55     ^ '$Header: /cvs/stx/stx/libbasic/Exception.st,v 1.80 2001-11-17 10:01:02 cg Exp $'
    54 
    56 
    55 ! !
    57 ! !