Skip to content

Commit

Permalink
Clarify conduit exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandella committed Aug 10, 2015
1 parent fd71a4f commit dbe92a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ public JSONObject fetchDiff() throws IOException, ConduitAPIException {
return response.getJSONObject(diffID);
} catch (JSONException e) {
throw new ConduitAPIException(
String.format("Unable to find '%s' key in response: (%s) %s",
String.format("Unable to find '%s' key in 'result': (%s) %s",
diffID,
e.getMessage(),
response.toString(2)));
Expand Down

0 comments on commit dbe92a0

Please sign in to comment.