tmap/smali_classes2/com/google/android/exoplayer2/source/BehindLiveWindowException.smali
2022-06-10 21:38:30 +09:00

15 lines
324 B
Smali

.class public final Lcom/google/android/exoplayer2/source/BehindLiveWindowException;
.super Ljava/io/IOException;
.source "BehindLiveWindowException.java"
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/io/IOException;-><init>()V
return-void
.end method