Skip to content

Commit

Permalink
not info
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhun Xu committed Oct 28, 2019
1 parent 38d7f94 commit 0f6a531
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ public APIException(ApiExceptionType apiExceptionType, String info) {
this.info = info;
}

public APIException(String info) {
super();
this.info = info;
public APIException(String payload) {
super(payload);
}

public ApiExceptionType getApiExceptionType() {
Expand Down

0 comments on commit 0f6a531

Please sign in to comment.