1 skills found
- Error Handling Requirements - All catch blocks must type errors as `unknown` - Use type guards to check error types - Always provide fallback error messages - Standard Pattern ```