UnderflowError.st
changeset 6687 67110eb2e715
child 6690 07ef28245da8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UnderflowError.st	Wed Jul 31 16:29:24 2002 +0200
@@ -0,0 +1,15 @@
+"{ Package: 'stx:libbasic' }"
+
+RangeError subclass:#UnderflowError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Kernel-Exceptions-Errors'
+!
+
+
+!UnderflowError class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/UnderflowError.st,v 1.1 2002-07-31 14:29:24 cg Exp $'
+! !