Exception: Sovaa::HTTPError
- Inherits:
-
StandardError
- Object
- StandardError
- Sovaa::HTTPError
- Extended by:
- Forwardable
- Defined in:
- lib/sovaa/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.
12 13 14 |
# File 'lib/sovaa/http.rb', line 12 def initialize response @response = response end |