Exception: Sovaa::HTTPError

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

Direct Known Subclasses

Conflict, Invalid, NotFound

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ HTTPError

Returns a new instance of HTTPError.



12
13
14
# File 'lib/sovaa/http.rb', line 12

def initialize response
  @response = response
end