On this page
class OpenURI::HTTPError
Attributes
io[R]
Public Class Methods
# File lib/open-uri.rb, line 364
def initialize(message, io)
super(message)
@io = io
end
Calls superclass method Exception.new
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.