package a0.c;

/* JADX INFO: loaded from: classes2.dex */
public class b extends RuntimeException {
    public b(Throwable th) {
        super(th);
    }
}
