Function: cider-default-err-op-handler
cider-default-err-op-handler is a byte-compiled function defined in
cider-compilation.el.
Signature
(cider-default-err-op-handler BUFFER)
Documentation
Display the last exception, with middleware support.
Show error overlay in BUFFER if needed.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-compilation.el
(defun cider-default-err-op-handler (buffer)
"Display the last exception, with middleware support.
Show error overlay in BUFFER if needed."
(cider--analyze-last-stacktrace
(lambda (causes phase) (cider--handle-stacktrace-response causes phase buffer))))