I have some other exceptions to handle, for example, in the exception, there is a trace_id. How do I add handling for this particular exception? ```python class CustomException(Exception) title: str message: str trace_id: str ```
I have some other exceptions to handle, for example, in the exception, there is a trace_id. How do I add handling for this particular exception?