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