package com.google.firebase;

/* JADX INFO: loaded from: classes3.dex */
public class FirebaseException extends Exception {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public FirebaseException(String str) {
        super(str);
        ᵘᵞʿⁱ.ᵻʽᵯ(str, "Detail message must not be empty");
    }

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public FirebaseException(String str, Throwable th) {
        super(str, th);
        ᵘᵞʿⁱ.ᵻʽᵯ(str, "Detail message must not be empty");
    }
}
