diff -r 3a888523e3a6 -r 077fe1f763c8 OsInvalidArgumentsError.st --- /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' +! +