Exception: HTTY::NoResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- HTTY::NoResponseError
- Defined in:
- lib/htty/no_response_error.rb
Overview
Indicates that HTTY::Request#response was missing.
Instance Method Summary collapse
-
#initialize ⇒ NoResponseError
constructor
A new instance of NoResponseError.
Constructor Details
#initialize ⇒ NoResponseError
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 |