Hello,
If I understand the source code correctly, if GitHub is down or there is some kind of network availability issue, RemoteFetch::remoteFetchBundles() is going to throw a TransferException from Guzzle. Do I have this right? In other words, to properly use this class, we should wrap calls to getLatestBundle() in try/catch and fall back to the Fetch class?
Hello,
If I understand the source code correctly, if GitHub is down or there is some kind of network availability issue,
RemoteFetch::remoteFetchBundles()is going to throw aTransferExceptionfrom Guzzle. Do I have this right? In other words, to properly use this class, we should wrap calls togetLatestBundle()in try/catch and fall back to theFetchclass?