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

29 lines
723 B
Java

package com.google.zxing;
/* loaded from: classes2.dex */
public abstract class ReaderException extends Exception {
protected static boolean a;
protected static final StackTraceElement[] b;
static {
a = System.getProperty("surefire.test.class.path") != null;
b = new StackTraceElement[0];
}
/* JADX INFO: Access modifiers changed from: package-private */
public ReaderException() {
}
/* JADX INFO: Access modifiers changed from: package-private */
public ReaderException(Throwable th) {
super(th);
}
@Override // java.lang.Throwable
public final Throwable fillInStackTrace() {
synchronized (this) {
}
return null;
}
}