Variable: nrepl-err-handler-function
nrepl-err-handler-function is a variable defined in nrepl-client.el.
Value
nil
Documentation
Function to call on evaluation errors.
Called with one argument: the REPL buffer.
Aliases
nrepl-err-handler (obsolete since 1.17.0)
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defvar nrepl-err-handler-function nil
"Function to call on evaluation errors.
Called with one argument: the REPL buffer.")