mirror of
https://github.com/oxen-io/session-android.git
synced 2025-03-31 04:52:14 +00:00
Message
This commit is contained in:
parent
bc9bf59106
commit
036b13084f
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user