This commit is contained in:
fanchao 2024-05-29 13:11:33 +10:00
parent bc9bf59106
commit 036b13084f

View File

@ -42,7 +42,7 @@ namespace jni_utils {
if (msg) { if (msg) {
env->ThrowNew(exceptionClass, msg); env->ThrowNew(exceptionClass, msg);
} else { } else {
env->ThrowNew(exceptionClass, "Unknown C++ exception"); env->ThrowNew(exceptionClass, "Unknown C++ exception from libsession");
} }
return RetT(); return RetT();