OsInvalidArgumentsError.st
changeset 6270 077fe1f763c8
child 6297 7d0a04fb50be
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OsInvalidArgumentsError.st	Tue Dec 11 15:22:09 2001 +0100
@@ -0,0 +1,11 @@
+'From Smalltalk/X, Version:4.1.4 on 11-dec-2001 at 02:53:07 pm'                 !
+
+"{ Package: '__NoProject__' }"
+
+OsError subclass:#OsInvalidArgumentsError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'OS-Support'
+!
+