Skip to content

rxdogtag / com.uber.rxdogtag / RxDogTag / Builder / disableRepackagingOnErrorNotImplementedExceptions

disableRepackagingOnErrorNotImplementedExceptions

fun disableRepackagingOnErrorNotImplementedExceptions():RxDogTag.Builder!

By default, RxDogTag will repackage OnErrorNotImplementedException with its own custom, simplified one with no stacktrace and the original cause’s message copied in. This is effectively the same behavior as any other type of exception.

If you don’t want this behavior, you can use this configuration to disable that behavior. This should only be disabled if you throw your own custom that you want visible in the stacktrace.

Return RxDogTag.Builder!: this builder for fluent chaining.