SneakyThrow.smali
.class public Landroidx/room/util/SneakyThrow;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method private constructor <init>()V
.registers 1
.line 44
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static reThrow(Ljava/lang/Exception;)V
.registers 1
.line 36
invoke-static {p0}, Landroidx/room/util/SneakyThrow;->sneakyThrow(Ljava/lang/Throwable;)V
return-void
.end method
.method private static sneakyThrow(Ljava/lang/Throwable;)V
.registers 1
.annotation system Ldalvik/annotation/Signature;
value = {
"<E:",
"Ljava/lang/Throwable;",
">(",
"Ljava/lang/Throwable;",
")V^TE;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Throwable;
}
.end annotation
.line 41
throw p0
.end method