package com.google.zxing; /* loaded from: classes3.dex */ public abstract class ReaderException extends Exception { public static final StackTraceElement[] NO_TRACE; public static final boolean isStackTrace; static { isStackTrace = System.getProperty("surefire.test.class.path") != null; NO_TRACE = new StackTraceElement[0]; } @Override // java.lang.Throwable public final synchronized Throwable fillInStackTrace() { return null; } }