Harshit Bansal

Results 2 issues of Harshit Bansal

## Description Implemented an error handler decorator in Python to handle the error gracefully without causing the execution to exit. It is generic i.e independent of function(s), and can be...

### 🔖 Feature description A generic decorator to handle unexpected behaviour in Python functions. This feature will help in making code more concise and readable. ### 🎤 Pitch This feature...