Rule Error Handling

No Silent Catch

Never swallow exceptions with empty catch blocks

errorsdebuggingreliability
CLAUDE.md

Never swallow exceptions with empty catch blocks. If you catch an error, either handle it meaningfully, log it, or rethrow it. An empty catch block hides bugs.

Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.

get crystl