Skip to content

Commit 35ea477

Browse files
committed
merge
2 parents 9f45d90 + 7ebf93f commit 35ea477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
.with(this)
2828
.responseErrorListener(new ResponseErroListener() {
2929
@Override
30-
public void handleResponseError(Context context, Exception e) {
30+
                   public void handleResponseError(Context context, Throwable t) {
3131
Log.w(TAG, "error handle");
3232
}
3333
}).build();

0 commit comments

Comments
 (0)