Need to capture multiple exception in a single try block
In Python i have one function that has try and except block in it suppose if i have 3 to 5 errors in that try block i need to capture every error and store it as a dictionary
In Python i have one function that has try and except block in it suppose if i have 3 to 5 errors in that try block i need to capture every error and store it as a dictionary