for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
def format_exception(e, context):
err_msg = f"{e.__class__.__name__} : {str(e)}"
return err_msg