Exception.blame

You're seeing just the callback blame, go back to Exception module for more information.
Link to this callback

blame(t, stacktrace)

View Source (optional)

Specs

blame(t(), stacktrace()) :: {t(), stacktrace()}

Called from Exception.blame/3 to augment the exception struct.

Can be used to collect additional information about the exception or do some additional expensive computation.