Variable: cider-stacktrace-suppressed-errors
cider-stacktrace-suppressed-errors is a customizable variable defined
in cider-stacktrace.el.
Value
nil
Documentation
Errors that won't make the stacktrace buffer pop over your active window.
The error types are represented as strings.
This variable was added, or its default value changed, in cider version 0.12.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-stacktrace.el
(defcustom cider-stacktrace-suppressed-errors '()
"Errors that won't make the stacktrace buffer pop over your active window.
The error types are represented as strings."
:type '(list string)
:package-version '(cider . "0.12.0"))