pub unsafe extern "C" fn event_add_exception(
    event: Value,
    exception: Value
)
Expand description

Adds an Exception to an Event value.

This takes ownership of the exception.