Exception.format_exit
You're seeing just the function
format_exit
, go back to Exception module for more information.
Specs
Formats an exit. It returns a string.
Often there are errors/exceptions inside exits. Exits are often wrapped by the caller and provide stacktraces too. This function formats exits in a way to nicely show the exit reason, caller and stacktrace.