tmap/smali_classes2/com/bumptech/glide/Registry$NoImageHeaderParserException.smali
2022-06-10 21:38:30 +09:00

28 lines
711 B
Smali

.class public final Lcom/bumptech/glide/Registry$NoImageHeaderParserException;
.super Lcom/bumptech/glide/Registry$MissingComponentException;
.source "Registry.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/bumptech/glide/Registry;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "NoImageHeaderParserException"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 1
const-string v0, "Failed to find image header parser."
.line 1
invoke-direct {p0, v0}, Lcom/bumptech/glide/Registry$MissingComponentException;-><init>(Ljava/lang/String;)V
return-void
.end method