class SyncwiseApi::Errors::SyncwiseApi::Errors::SyncwiseApi::Errors::EmptyResponseBody
Attributes
header[R]
request[R]
resp[R]
Public Class Methods
new(resp, request, header)
click to toggle source
Calls superclass method
# File lib/syncwise_api/errors.rb, line 59 def initialize(resp, request, header) @resp = resp @request = request @header = header super("Api call returned with empty body. Response: #{@resp}, request: #{@request}, header: #{@header}") end