-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
project: backendBackend tasksBackend tasks
Description
Background
We want to catch all exceptions generated by the backend and handle them accordingly based on the type of exception or returning an default http exception if unknown.
Requirements
- Write handlers for the following:
- Handle common exceptions
- Handle custom exceptions
- Write unit tests to test your implementation
Important Information
Look into exception handlers: https://fastapi.tiangolo.com/tutorial/handling-errors/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
project: backendBackend tasksBackend tasks