Exception: Sova::HTTPError
- Inherits:
-
StandardError
- Object
- StandardError
- Sova::HTTPError
- Extended by:
- Forwardable
- Defined in:
- lib/sova/http.rb
Instance Method Summary collapse
-
#initialize(response) ⇒ HTTPError
constructor
A new instance of HTTPError.
Constructor Details
#initialize(response) ⇒ HTTPError
Returns a new instance of HTTPError.
11 12 13 |
# File 'lib/sova/http.rb', line 11 def initialize response @response = response end |