Exception: OpenURI::HTTPError
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Subclasses:
|
|
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
StandardError
|
|
|
Instance Chain:
self,
StandardError
|
|
| Inherits: |
StandardError
|
| Defined in: | lib/open-uri.rb |
Overview
Raised on HTTP session failure
Class Method Summary
- .new(message, io) ⇒ HTTPError constructor Internal use only
Instance Attribute Summary
-
#io
readonly
StringIO having the received data.
Constructor Details
.new(message, io) ⇒ HTTPError
This method is for internal use only.
Instance Attribute Details
#io (readonly)
StringIO having the received data
# File 'lib/open-uri.rb', line 406
attr_reader :io