Function: cider-log-event-exception
cider-log-event-exception is a byte-compiled function defined in
cider-log.el.
Signature
(cider-log-event-exception EVENT)
Documentation
Return the exception of the log EVENT.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
(defun cider-log-event-exception (event)
"Return the exception of the log EVENT."
(nrepl-dict-get event "exception"))