You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve error handling with centralized error classes and handlers
- Add new error classes (InvalidArgumentError, NotFoundError) in errors.ts
- Replace generic Error throws with specific error types for better categorization
- Centralize error handling logic in handleToolError function
- Replace NeonDbError usage with appropriate custom errors where applicable
- Improve error messages for better user experience
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments