- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
13 lines
280 B
Java
13 lines
280 B
Java
package com.amazonaws.internal;
|
|
|
|
import java.io.IOException;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class CRC32MismatchException extends IOException {
|
|
private static final long serialVersionUID = 1;
|
|
|
|
public CRC32MismatchException(String str) {
|
|
super(str);
|
|
}
|
|
}
|