CannotReturnError.st
changeset 15883 7b2bcbbbf0fa
parent 7589 2ac0ac814fc8
child 15887 1e45bc4b09b4
--- a/CannotReturnError.st	Tue Dec 24 11:38:59 2013 +0100
+++ b/CannotReturnError.st	Tue Dec 24 11:39:13 2013 +0100
@@ -9,14 +9,13 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ContextError subclass:#CannotReturnError
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Methods'
+	category:'Kernel-Exceptions-Errors'
 !
 
 !CannotReturnError class methodsFor:'documentation'!
@@ -47,5 +46,6 @@
 !CannotReturnError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CannotReturnError.st,v 1.4 2003-08-29 19:21:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CannotReturnError.st,v 1.5 2013-12-24 10:39:13 cg Exp $'
 ! !
+