# X-RxErrorHandler **Repository Path**: tiamosu/X-RxErrorHandler ## Basic Information - **Project Name**: X-RxErrorHandler - **Description**: 🗑 Error Handle Of RxJava3 - **Primary Language**: Kotlin - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-10 - **Last Updated**: 2021-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RxErrorHandler ## 本项目fork自([JessYanCoding/RxErrorHandler](https://github.com/JessYanCoding/RxErrorHandler)) ## Download ```groovy allprojects { repositories { google() mavenCentral() //或者 sonatype maven {url "https://s01.oss.sonatype.org/content/groups/public"} maven {url "https://s01.oss.sonatype.org/content/repositories/releases"} } } ``` ``` groovy implementation 'com.gitee.tiamosu:RxErrorHandler:4.0.1' ``` ## 感谢原作者的贡献