Skip to content
Snippets Groups Projects
Commit 923dd517 authored by Shrikant Garg's avatar Shrikant Garg
Browse files

Update IBMSchemaStore.java

parent 68d548b3
No related branches found
No related tags found
No related merge requests found
Pipeline #119721 failed
......@@ -136,6 +136,7 @@ public class IBMSchemaStore implements ISchemaStore {
s3Client.putObject(req);
} catch (Exception e) {
e.printStackTrace();
throw new ApplicationException(SchemaConstants.INTERNAL_SERVER_ERROR);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment