Skip to content

Commit 71da9da

Browse files
committed
add ResponseErroListener EMPTY = new ResponseErroListener() {
1 parent 76db742 commit 71da9da

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

rxerrorhandler/src/main/java/me/jessyan/rxerrorhandler/handler/listener/ResponseErroListener.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@
88
*/
99
public interface ResponseErroListener {
1010
void handleResponseError(Context context,Exception e);
11+
12+
ResponseErroListener EMPTY = new ResponseErroListener() {
13+
@Override
14+
public void handleResponseError(Context context, Exception e) {
15+
16+
}
17+
};
1118
}

0 commit comments

Comments
 (0)