File r37/lisp/csl/jlisp/EOFException.java artifact e175609dcc part of check-in f2fda60abd
// // This file is part of the Jlisp implementation of Standard Lisp // Copyright \u00a9 (C) Codemist Ltd, 1998-2000. // import java.io.*; class EOFException extends IOException { EOFException() { } } // end of EOFException.java