I'd like more granular exceptions so I can distinguish between exception cases in my calling code. Specifically, I'd like to differentiate when a call to ProviderRegistry.request fails due to a provider not being found for a URL versus an error fetching a particular endpoint URL.
Let me know what you think about this. I'm happy to fork and make a pull request if you're willing to go this direction.
I'd like more granular exceptions so I can distinguish between exception cases in my calling code. Specifically, I'd like to differentiate when a call to
ProviderRegistry.request
fails due to a provider not being found for a URL versus an error fetching a particular endpoint URL.Let me know what you think about this. I'm happy to fork and make a pull request if you're willing to go this direction.