mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Message
This commit is contained in:
parent
bc9bf59106
commit
036b13084f
@ -42,7 +42,7 @@ namespace jni_utils {
|
||||
if (msg) {
|
||||
env->ThrowNew(exceptionClass, msg);
|
||||
} else {
|
||||
env->ThrowNew(exceptionClass, "Unknown C++ exception");
|
||||
env->ThrowNew(exceptionClass, "Unknown C++ exception from libsession");
|
||||
}
|
||||
|
||||
return RetT();
|
||||
|
Loading…
Reference in New Issue
Block a user