Skip to content

Commit

Permalink
Addressed comment-Throwing Exception when failed to upload file
Browse files Browse the repository at this point in the history
  • Loading branch information
emanipravallika committed Dec 4, 2024
1 parent 55fa0a9 commit 04a3a4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class OpsmxAuditServiceController {
}
} catch (Exception e) {
e.printStackTrace();
throw new OesRequestException("Failed to upload multipart file to audit service");
}
}
});
Expand Down

0 comments on commit 04a3a4c

Please sign in to comment.