- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
13 lines
323 B
Java
13 lines
323 B
Java
package com.mbridge.msdk.playercommon.exoplayer2.metadata;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class MetadataDecoderException extends Exception {
|
|
public MetadataDecoderException(String str) {
|
|
super(str);
|
|
}
|
|
|
|
public MetadataDecoderException(String str, Throwable th) {
|
|
super(str, th);
|
|
}
|
|
}
|