Uptight.Trace (Uptight v0.2.0-rc)

Defdata for exception along with stacktrace.

Link to this section Summary

Functions

Positional constructor, with args in the same order as they were defined in

Link to this section Types

Specs

entry() :: {atom(), atom(), non_neg_integer(), keyword()}

Specs

t() :: %Uptight.Trace{exception: any(), stacktrace: [entry()]}

Link to this section Functions

Link to this function

new(exception \\ nil, stacktrace \\ [])

Specs

new(any(), [entry()]) :: t()

Positional constructor, with args in the same order as they were defined in

Link to this function

new_partial(exception)

Link to this function

new_partial(exception, stacktrace)