Exception.blame
You're seeing just the callback
blame
, go back to Exception module for more information.
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.