fastapi-boilerplate
fastapi-boilerplate copied to clipboard
Request to add exception handling
Can you add exception handling to the code? Create custom execption where every exceptions have a code, message and a description. Code and messgae should be in a constant file. Messgae should be fetched based on the code from the constant file and description should be able to pass from the code itself. Can you also try to implement trace id using opentelemetery