Changes of com.discord v1256

This commit is contained in:
root 2020-09-10 21:23:57 +00:00
parent de564f6f1c
commit 44a3074eab
4133 changed files with 118671 additions and 88687 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