Remove dangerous 'except Exception' blocks
These catch-all exception handlers are a menace. Their only function is to make it impossible to obtain a stack trace.
These catch-all exception handlers are a menace. Their only function is to make it impossible to obtain a stack trace.