I have code like this to unwrap Single<Response...
# android-architecture
u
I have code like this to unwrap Single<Response<T>> and throw my ApiException if needed
h
is this Response. class from retrofit or you own base response wrapper for every response you get
u
its retrofit.Response