NumberFormatError.st
changeset 11120 02bb5f001a25
parent 7586 63e4900c8931
child 17711 39faaaf888b4
--- a/NumberFormatError.st	Wed Aug 06 11:43:19 2008 +0200
+++ b/NumberFormatError.st	Wed Aug 06 11:52:56 2008 +0200
@@ -9,14 +9,13 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 NumberConversionError subclass:#NumberFormatError
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions-Errors'
+	category:'Magnitude-Numbers'
 !
 
 !NumberFormatError class methodsFor:'documentation'!
@@ -38,5 +37,5 @@
 !NumberFormatError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/NumberFormatError.st,v 1.2 2003-08-29 19:15:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/NumberFormatError.st,v 1.3 2008-08-06 09:52:56 cg Exp $'
 ! !