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(SanitizationException): Replace instance-based exception with static method invalidInput()
- Added static method `invalidInput()` to handle invalid input exceptions without requiring instantiation
- Utilizes `CODE_INVALID_INPUT` for consistent error code management
- Streamlines exception handling by enabling direct static calls
This refactor simplifies exception creation and enforces consistent error handling.
0 commit comments