This commit is contained in:
M66B
2023-12-13 15:11:42 +01:00
parent 98d7b57b61
commit 61bcf1bb75
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ import android.text.TextUtils;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
// TODO CASA
public class ThrowableWrapper extends Throwable {
private String msg;
private final Throwable ex;