Exception: HTTY::NoResponseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/htty/no_response_error.rb

Overview

Indicates that HTTY::Request#response was missing.

Instance Method Summary collapse

Constructor Details

#initializeNoResponseError

Returns a new instance of NoResponseError.



6
7
8
# File 'lib/htty/no_response_error.rb', line 6

def initialize
  super 'request does not have a response'
end