mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Merge branch 'master' of belledonne-communications.com:linphone-private
This commit is contained in:
commit
80895be0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class LinphoneCoreException extends Exception {
|
|||
}
|
||||
|
||||
public LinphoneCoreException(String detailMessage,Throwable e) {
|
||||
super(detailMessage);
|
||||
super(detailMessage + "caused by ["+e.getClass().getName()+" "+ e.getMessage()+"]");
|
||||
mE = e;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue