1
0
mirror of https://github.com/quinton-ashley/java2js synced 2024-12-29 10:11:54 +01:00
java2js/jdk/java/io/FileNotFoundException.js
Quinton Ashley d1290927ab 1.2.4
2022-04-12 11:32:32 -05:00

5 lines
161 B
JavaScript

jdk.imports['java.io.FileNotFoundException'].load = async () => {
class FileNotFoundException {}
jdk.java.io.FileNotFoundException = FileNotFoundException;
};