Skip to content

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.

Merge request reports