File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 33[ ![ License] ( http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square ) ] ( http://www.apache.org/licenses/LICENSE-2.0 )
44[ ![ Download] ( https://api.bintray.com/packages/jessyancoding/maven/rxerrorhandler/images/download.svg ) ] ( https://bintray.com/jessyancoding/maven/rxerrorhandler/_latestVersion )
55
6- ##error handle of Rxjava
6+ ## error handle of Rxjava
77
8- ##Step 1
8+ ## Step 1
9+
10+ dependencies {
11+ compile 'me.jessyan:rxerrorhandler:1.0'
12+ }
13+
14+ ## Step 2
915```
1016 RxErrorHandler rxErrorHandler = RxErrorHandler
1117 .builder()
1824 }).build();
1925```
2026
21- ##Step 2
27+ ## Step 3
2228```
2329 Observable
2430 .error(new Exception("erro"))
3238 });
3339```
3440
35- ##About Me
41+ ## About Me
3642* ** Email** : <jess.yan.effort@gmail.com >
3743* ** Home** : < http://jessyan.me >
3844* ** 掘金** : < https://gold.xitu.io/user/57a9dbd9165abd0061714613 >
3945* ** 简书** : < http://www.jianshu.com/u/1d0c0bc634db >
4046
41- ##License
47+ ## License
4248```
4349 Copyright 2016, jessyan
4450
You can’t perform that action at this time.
0 commit comments