Ingredient for handling crashing commands.
This ingredient mimics the default behavior of python for an uncaught exception. That is, to print the exception details, the function backtrace and to exit the process.
This ingredient is not influenced by any spices.
This ingredient does not add any objects to the context. This ingredient does use the context though, to access the crash meta-data. This includes:
Note
The three attributes are automatically added by the Bowl when something bad happens.
This ingredient is not exposing any command line arguments.