BadRomanNumberFormatError.st
changeset 6680 db9c7f9ad960
child 7586 63e4900c8931
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BadRomanNumberFormatError.st	Wed Jul 31 15:14:54 2002 +0200
@@ -0,0 +1,15 @@
+"{ Package: 'stx:libbasic' }"
+
+RomanNumberFormatError subclass:#BadRomanNumberFormatError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Kernel-Exceptions-Errors'
+!
+
+
+!BadRomanNumberFormatError class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/BadRomanNumberFormatError.st,v 1.1 2002-07-31 13:14:54 cg Exp $'
+! !