package F1;

/* JADX INFO: loaded from: classes.dex */
public final class B extends RuntimeException {
    public B(String str, Throwable th) {
        super(str, th);
    }
}
