ClojureDocs

Nav

Namespaces

*e

clojure.core

Available since 1.0 (source)
    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