
@alexys-laurent
- Member Since
- May 6, 2025
- Lessons Completed
- 1
- Comments Contributed
- 0
- Hours Watched
- 0.16
Feed Discussions
Discussions @alexys-laurent has started
-
Is there any point in putting try/catch statements in each method of a controller?
... Read moreI'm using Adonis JS as the API for my application. For each method in my controllers, I add try/catch statements to handle errors and return a response to my front-end in case one occurs. async createDiscussion({ request, auth, respo