# HG changeset patch # User Claus Gittinger # Date 1387881581 -3600 # Node ID daca34dc72547f0132d5185d71b79e73871b2831 # Parent 9e68504d3c121f16db17670cddb59904cccdb43d class: DeepCopyError category change diff -r 9e68504d3c12 -r daca34dc7254 DeepCopyError.st --- a/DeepCopyError.st Tue Dec 24 11:39:33 2013 +0100 +++ b/DeepCopyError.st Tue Dec 24 11:39:41 2013 +0100 @@ -9,14 +9,13 @@ other person. No title to or ownership of the software is hereby transferred. " - "{ Package: 'stx:libbasic' }" ProceedableError subclass:#DeepCopyError instanceVariableNames:'' classVariableNames:'' poolDictionaries:'' - category:'Kernel-Methods' + category:'Kernel-Exceptions-Errors' ! !DeepCopyError class methodsFor:'documentation'! @@ -50,7 +49,8 @@ !DeepCopyError class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/DeepCopyError.st,v 1.1 2004-04-23 11:15:48 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/DeepCopyError.st,v 1.2 2013-12-24 10:39:41 cg Exp $' ! ! + DeepCopyError initialize!