Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user