what-the-bank/sources/com/google/zxing/ChecksumException.java

20 lines
474 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.zxing;
/* loaded from: classes2.dex */
public final class ChecksumException extends ReaderException {
private static final ChecksumException c;
static {
ChecksumException checksumException = new ChecksumException();
c = checksumException;
checksumException.setStackTrace(b);
}
private ChecksumException() {
}
public static ChecksumException e() {
return a ? new ChecksumException() : c;
}
}