what-the-bank/sources/o/jxp.java

20 lines
467 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.zxing.FormatException;
/* loaded from: classes2.dex */
final class jxp extends AbstractC15432gqa {
final int a;
final int e;
/* JADX INFO: Access modifiers changed from: package-private */
public jxp(int i, int i2, int i3) throws FormatException {
super(i);
if (i2 < 0 || i2 > 10 || i3 < 0 || i3 > 10) {
throw FormatException.c();
}
this.a = i2;
this.e = i3;
}
}