Uptight.Trace (Uptight v0.2.8-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
t() :: %Uptight.Trace{ exception: any(), stacktrace: [Exception.stacktrace_entry()] }
Link to this section Functions
Link to this function
arity_or_args_to_int(xs)
Link to this function
location_to_map(arg1)
Link to this function
new(exception \\ nil, stacktrace \\ [])
Specs
new(any(), [Exception.stacktrace_entry()]) :: t()
Positional constructor, with args in the same order as they were defined in
Link to this function
new_partial()
Link to this function
new_partial(exception)
Link to this function
new_partial(exception, stacktrace)
Link to this function
stacktrace_entry_to_map(arg)
Link to this function