ExceptionWithNoStacktrace.smali 
.class public Lcom/facebook/common/util/ExceptionWithNoStacktrace;
.super Ljava/lang/Exception;
.source "ExceptionWithNoStacktrace.java"
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
    .registers 2
    .annotation system Ldalvik/annotation/MethodParameters;
        accessFlags = {
            0x0
        }
        names = {
            "detailMessage"
        }
    .end annotation
    .line 24
    invoke-direct {p0, p1}, Ljava/lang/Exception;-><init>(Ljava/lang/String;)V
    return-void
.end method
# virtual methods
.method public declared-synchronized fillInStackTrace()Ljava/lang/Throwable;
    .registers 1
    monitor-enter p0
    .line 20
    monitor-exit p0
    return-object p0
.end method