Rabbit-R1/android (non root)/java/sources/com/google/zxing/common/reedsolomon/ReedSolomonException.java

9 lines
212 B
Java
Raw Normal View History

2024-05-21 21:08:36 +00:00
package com.google.zxing.common.reedsolomon;
/* loaded from: classes3.dex */
public final class ReedSolomonException extends Exception {
public ReedSolomonException(String str) {
super(str);
}
}