We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f45d90 + 7ebf93f commit 35ea477Copy full SHA for 35ea477
README.md
@@ -27,7 +27,7 @@ dependencies {
27
.with(this)
28
.responseErrorListener(new ResponseErroListener() {
29
@Override
30
- public void handleResponseError(Context context, Exception e) {
+ public void handleResponseError(Context context, Throwable t) {
31
Log.w(TAG, "error handle");
32
}
33
}).build();
0 commit comments