`onErrorResumeNext { t: Throwable -> ... }`
# rx
e
onErrorResumeNext { t: Throwable -> ... }
p
Thanks for the reply, but does the throwable really referes to the exception object ? I'm bit confused cause when I pass that object to a different method it does not refer to the exception
e
Maybe it is nested inside
CompositeException
p
I'm using Rx2
e
Same applies, check the exceptions inside
CompositeException
p
Thanks, actually lambdas were bit messy and ddnt show it properly 🙄