Currently, it inherits from Faraday::Error. The problem with this is that this doesn't have access to the response that caused the error. If this was [Faraday::ClientError](https://github.com/lostisland/faraday/blob/master/lib/faraday/error.rb#L5) instead, you can catch and access the response object.
Currently, it inherits from Faraday::Error. The problem with this is that this doesn't have access to the response that caused the error. If this was
[Faraday::ClientError](https://github.com/lostisland/faraday/blob/master/lib/faraday/error.rb#L5)instead, you can catch and access the response object.