Exception: Hyperdrive::Errors::NoResponse

Inherits:
HTTPError
  • Object
show all
Defined in:
lib/hyperdrive/errors/no_response.rb

Instance Attribute Summary

Attributes inherited from HTTPError

#http_status_code, #message

Instance Method Summary collapse

Constructor Details

#initializeNoResponse

Returns a new instance of NoResponse.



6
7
8
9
# File 'lib/hyperdrive/errors/no_response.rb', line 6

def initialize
  @message = "No response could be generated for this request"
  @http_status_code = 444
end