class: DeepCopyError
authorClaus Gittinger <cg@exept.de>
Tue, 24 Dec 2013 11:39:41 +0100
changeset 15885 daca34dc7254
parent 15884 9e68504d3c12
child 15886 b8065e2496a0
class: DeepCopyError category change
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!