I thought retrieving a `Response` won't throw in a...
# squarelibraries
d
I thought retrieving a
Response
won't throw in any case... which makes it easy to use an extension function on
Response
to transform the result to a domain error with a sealed class... if it throws when no connection, I'd also need to surround EACH call with a try/catch for that case and transform that to a result that the UI can deal with w/o crashing...