Skip to content

Add ability to re-throw errors #26

@sam-at-luther

Description

@sam-at-luther

We lose stack traces using the current pattern of rethrowing errors in handler-bind, e.g.:

                      (handler-bind ([condition ; catch any error
                                     (lambda (c &rest args)
                                       (log-metrics)
                                       (apply error c args))]) ; re-throw the error

We would like the ability to "re-throw" the error within this handler-bind.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions