79619232

Date: 2025-05-13 08:23:52
Score: 1
Natty:
Report link

you should pass the exception with the message

try:
    return crash_boy()
except Exception as e:
    logger.exception(f"OH GREAT, another crash: \n {e}")
    return 'WE HAD A CRASH BOIZ'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ahmad Hussian