Searched refs:appendCause (Results 1 – 2 of 2) sorted by relevance
19 import static android.util.ExceptionUtils.appendCause;136 throw propagate(appendCause(t, msg.postPoint)); in dispatch()
95 public static @NonNull Throwable appendCause(@NonNull Throwable t, @Nullable Throwable cause) { in appendCause() method in ExceptionUtils