Files
adif-api-reverse-engineering/apk_decompiled/sources/com/google/firebase/components/InvalidRegistrarException.java

13 lines
314 B
Java

package com.google.firebase.components;
/* loaded from: classes3.dex */
public class InvalidRegistrarException extends RuntimeException {
public InvalidRegistrarException(String str) {
super(str);
}
public InvalidRegistrarException(String str, Throwable th) {
super(str, th);
}
}