module Restforce::Concerns::API

def exceptions

Internal: Errors that should be rescued from in non-bang methods
def exceptions
  [Faraday::Error::ClientError]
end