Open
Description
Hi,
Currently, the chain provider only logs the exceptions, there is no way to catch the exceptions and we always get an empty AddressCollection
in case something went wrong. There is no way to know if the collection is empty because there were no results or if an error occurred.
A simple customized solution would be to extend the class Chain
and throw the exception but it's not possible since it's final
. All I can do is to replicate the class (not best solution).
If there is a workaround about this I would like to hear about it, otherwise I guess it must be implemented a way to catch the erros.
Thank you.