DeepCopyError.st
changeset 15885 daca34dc7254
parent 8327 cf1e5a9a98e5
child 18115 26ac4840e5d0
--- 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!