Exception: Hyperdrive::Errors::NoResponse
- Defined in:
- lib/hyperdrive/errors/no_response.rb
Instance Attribute Summary
Attributes inherited from HTTPError
Instance Method Summary collapse
-
#initialize ⇒ NoResponse
constructor
A new instance of NoResponse.
Constructor Details
#initialize ⇒ NoResponse
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 |