ClojureDocs

导航

命名空间

*e

clojure.core

自 1.0 起提供 (代码)
    bound in a repl thread to the most recent exception caught by the repl
    1 Example
    user=> (ns-refers) ;;Oops! we missed a namespace (ns-refers 'user)
    ; Evaluation aborted.
    
    user=> *e
    #<ArityException clojure.lang.ArityException: Wrong number of args (0) passed to: core/ns-refers>
    See Also

    Prints a stack trace of the exception, to the depth requested. If none supplied, uses the root cause...

    Added by jafingerhut
    0 Notes
    No notes for *e