what-the-bank/sources/com/facetec/sdk/ei.java

17 lines
277 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.facetec.sdk;
/* loaded from: classes.dex */
public final class ei extends ef {
public ei(String str) {
super(str);
}
public ei(String str, Throwable th) {
super(str, th);
}
public ei(Throwable th) {
super(th);
}
}