We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df0725 commit 7ebf93fCopy full SHA for 7ebf93f
README.md
@@ -27,7 +27,7 @@ dependencies {
27
.with(this)
28
.responseErroListener(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