20 lines
474 B
Java
20 lines
474 B
Java
|
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;
|
||
|
}
|
||
|
}
|