package com.mbridge.msdk.playercommon.exoplayer2.audio; /* loaded from: classes4.dex */ public class AudioDecoderException extends Exception { public AudioDecoderException(String str) { super(str); } public AudioDecoderException(String str, Throwable th) { super(str, th); } }