class SyncwiseApi::Errors::HttpError
Attributes
error[R]
request[R]
Public Class Methods
new(error, request)
click to toggle source
Calls superclass method
# File lib/syncwise_api/errors.rb, line 49 def initialize(error, request) @error = error @request = request super("Http Error when trying to make request. Object: #{@error.inspect}, request: #{@request}") end