user=> (ns-refers) ;;Oops! we missed a namespace (ns-refers 'user) ; Evaluation aborted. user=> *e #<CompilerException java.lang.IllegalArgumentException: Wrong number of args passed to: core$ns-refers (NO_SOURCE_FILE:0)>
(def ^:dynamic
^{:doc "bound in a repl thread to the most recent exception caught by the repl"
:added "1.0"}
*e)
Comments top
No comments for *e. Log in to add a comment.