We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dc84e commit 3d70cfeCopy full SHA for 3d70cfe
Sources/JavaKit/Exceptions/ExceptionHandling.swift
@@ -39,7 +39,7 @@ extension JNIEnvironment {
39
}
40
41
// Otherwise, create a exception with a message.
42
- _ = try! JavaClass<Exception>.withJNIClass(in: self) { exceptionClass in
+ _ = try! Exception.withJNIClass(in: self) { exceptionClass in
43
interface.ThrowNew(self, exceptionClass, String(describing: error))
44
45
0 commit comments