what-the-bank/sources/com/google/zxing/NotFoundException.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 NotFoundException extends ReaderException {
private static final NotFoundException e;
static {
NotFoundException notFoundException = new NotFoundException();
e = notFoundException;
notFoundException.setStackTrace(b);
}
private NotFoundException() {
}
public static NotFoundException b() {
return a ? new NotFoundException() : e;
}
}