package D0;

import com.google.android.gms.common.api.Status;

/* JADX INFO: loaded from: classes.dex */
public class q extends Exception {
    /* JADX WARN: Illegal instructions before constructor call */
    public q(Status status) {
        int i = status.f9550q;
        String str = status.f9551r;
        super(i + ": " + (str == null ? "" : str));
    }
}
