Exception: Sova::HTTPError

Inherits:
StandardError
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/sova/http.rb

Direct Known Subclasses

Conflict, Invalid, NotFound

Instance Method Summary collapse

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