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