(try-verbose ..body)
  body: zero or more forms
M

Captures errors with a verbose error message.

try-verbose is very similar to try, but when an error occurs, the returned array contains a third element: a stack trace string.

Generating a stack trace can be very expensive (upwards of one millisecond), so try-verbose should be used with caution.

try
file-location