The CodeXpert produces a finding 3005 "Avoid unhandled exception" even though the exception is raised and handled within the same block. We have an exception handling package that is being called, but the exception is still raised and handled in the same code block