Package 

Class RxJavaErrorHandler


  • 
    public class RxJavaErrorHandler
    
                        

    Abstract class for defining error handling logic in addition to the normal

    For example, all {@code Exception}s can be logged using this handler even if

    This plugin is also responsible for augmenting rendering of {@code OnErrorThrowable.OnNextValue}.

    See RxJavaPlugins or the RxJava GitHub Wiki for information on configuring plugins: https://github.com/ReactiveX/RxJava/wiki/Plugins.