Exceptions.hx 148 B

12345
  1. package java.io;
  2. import java.lang.Throwable;
  3. extern class IOException extends Exception { }
  4. extern class EOFException extends IOException { }