GlideExecutor$UncaughtThrowableStrategy$3.smali 
.class Lcom/bumptech/glide/load/engine/executor/GlideExecutor$UncaughtThrowableStrategy$3;
.super Ljava/lang/Object;
.source "GlideExecutor.java"
# interfaces
.implements Lcom/bumptech/glide/load/engine/executor/GlideExecutor$UncaughtThrowableStrategy;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/bumptech/glide/load/engine/executor/GlideExecutor$UncaughtThrowableStrategy;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x0
    name = null
.end annotation
# direct methods
.method constructor <init>()V
    .registers 1
    .line 396
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
    return-void
.end method
# virtual methods
.method public handle(Ljava/lang/Throwable;)V
    .registers 4
    if-nez p1, :cond_3
    return-void
    .line 400
    :cond_3
    new-instance v0, Ljava/lang/RuntimeException;
    const-string v1, "Request threw uncaught throwable"
    invoke-direct {v0, v1, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
    throw v0
.end method