package org.apache.http.util; @Deprecated /* loaded from: classes5.dex */ public final class ExceptionUtils { public ExceptionUtils() { throw new RuntimeException("Stub!"); } public static void initCause(Throwable th, Throwable th2) { throw new RuntimeException("Stub!"); } }