DeepCopyError.st
branchjv
changeset 18115 26ac4840e5d0
parent 17911 a99f15c5efa5
parent 15885 daca34dc7254
equal deleted inserted replaced
18114:12289cd64291 18115:26ac4840e5d0
    13 
    13 
    14 ProceedableError subclass:#DeepCopyError
    14 ProceedableError subclass:#DeepCopyError
    15 	instanceVariableNames:''
    15 	instanceVariableNames:''
    16 	classVariableNames:''
    16 	classVariableNames:''
    17 	poolDictionaries:''
    17 	poolDictionaries:''
    18 	category:'Kernel-Methods'
    18 	category:'Kernel-Exceptions-Errors'
    19 !
    19 !
    20 
    20 
    21 !DeepCopyError class methodsFor:'documentation'!
    21 !DeepCopyError class methodsFor:'documentation'!
    22 
    22 
    23 copyright
    23 copyright
    47 ! !
    47 ! !
    48 
    48 
    49 !DeepCopyError class methodsFor:'documentation'!
    49 !DeepCopyError class methodsFor:'documentation'!
    50 
    50 
    51 version
    51 version
    52     ^ '$Header: /cvs/stx/stx/libbasic/DeepCopyError.st,v 1.1 2004/04/23 11:15:48 stefan Exp $'
    52     ^ '$Header: /cvs/stx/stx/libbasic/DeepCopyError.st,v 1.2 2013-12-24 10:39:41 cg Exp $'
    53 !
    53 !
    54 
    54 
    55 version_SVN
    55 version_SVN
    56     ^ '$Id: DeepCopyError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    56     ^ '$Id: DeepCopyError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    57 ! !
    57 ! !
    58 
    58 
       
    59 
    59 DeepCopyError initialize!
    60 DeepCopyError initialize!
    60 
       
    61 
       
    62