Exception: ResoTransport::NoResponse

Inherits:
RequestError show all
Defined in:
lib/reso_transport/errors.rb

Instance Attribute Summary

Attributes inherited from RequestError

#request, #response

Attributes inherited from ResourceError

#resource

Instance Method Summary collapse

Methods inherited from RequestError

#initialize

Methods inherited from ResourceError

#initialize, #resource_name

Constructor Details

This class inherits a constructor from ResoTransport::RequestError

Instance Method Details

#messageObject



53
54
55
# File 'lib/reso_transport/errors.rb', line 53

def message
  "No response for #{resource_name}"
end