- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
15 lines
324 B
Java
15 lines
324 B
Java
package com.google.android.gms.internal.fido;
|
|
|
|
import java.io.IOException;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzhj extends IOException {
|
|
public zzhj(String str) {
|
|
super(str);
|
|
}
|
|
|
|
public zzhj(String str, Throwable th) {
|
|
super("Error in decoding CborValue from bytes", th);
|
|
}
|
|
}
|