Ben Drozdoff
Results
2
comments of
Ben Drozdoff
Possibly also relevant, we internally altered the constructor a bit due to the structure of Faraday::TimeoutError ``` module Graphlient module Errors class FaradayServerError < ServerError # Overriding this constructor. Timeout...
NP, looks like the error I was seeing was pretty similar to #68 just with a different Faraday Error class.