Changes of com.discord v1325

This commit is contained in:
root 2020-11-12 02:11:44 +00:00
parent d9d9f382c9
commit 3cb9e1231d
28086 changed files with 4880345 additions and 0 deletions

View file

@ -0,0 +1,41 @@
.class public final Loupson/apng/exceptions/BadApng;
.super Ljava/lang/Exception;
.source "customException.kt"
# instance fields
.field public final message:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.locals 1
const/4 v0, 0x0
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
iput-object v0, p0, Loupson/apng/exceptions/BadApng;->message:Ljava/lang/String;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
iput-object p1, p0, Loupson/apng/exceptions/BadApng;->message:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public getMessage()Ljava/lang/String;
.locals 1
iget-object v0, p0, Loupson/apng/exceptions/BadApng;->message:Ljava/lang/String;
return-object v0
.end method

View file

@ -0,0 +1,13 @@
.class public final Loupson/apng/exceptions/BadCRC;
.super Ljava/lang/Exception;
.source "customException.kt"
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
return-void
.end method

View file

@ -0,0 +1,13 @@
.class public final Loupson/apng/exceptions/NoFcTL;
.super Ljava/lang/Exception;
.source "customException.kt"
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
return-void
.end method

View file

@ -0,0 +1,13 @@
.class public final Loupson/apng/exceptions/NoFrameException;
.super Ljava/lang/Exception;
.source "customException.kt"
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
return-void
.end method

View file

@ -0,0 +1,13 @@
.class public final Loupson/apng/exceptions/NotApngException;
.super Ljava/lang/Exception;
.source "customException.kt"
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
return-void
.end method

View file

@ -0,0 +1,13 @@
.class public final Loupson/apng/exceptions/NotPngException;
.super Ljava/lang/Exception;
.source "customException.kt"
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Exception;-><init>()V
return-void
.end method