mirror of
https://github.com/quinton-ashley/java2js
synced 2024-12-29 10:11:54 +01:00
5 lines
161 B
JavaScript
5 lines
161 B
JavaScript
jdk.imports['java.io.FileNotFoundException'].load = async () => {
|
|
class FileNotFoundException {}
|
|
jdk.java.io.FileNotFoundException = FileNotFoundException;
|
|
};
|