(cause-trace exception)Return an Exception's cause trace as an array of lines
Return an Exception's cause trace as an array of lines
(exception-map exception)Return a map with the keys: :name, :message, and :trace. :trace is the cause trace as an array of lines
Return a map with the keys: :name, :message, and :trace. :trace is the cause trace as an array of lines
(rescue form error-form)Evaluate form, returning error-form on any Exception.
Evaluate form, returning error-form on any Exception.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |