Skip to main content
summaryrefslogblamecommitdiffstats
blob: c161494d7081bd07483cdb67d171e3d0d193e48a (plain) (tree)
1
2
3
4
5




                                            
package java.io;

public class IOException extends Exception {

}

Back to the top