Class OpenURI::HTTPError
In: open-uri.rb
Parent: StandardError

Methods

new  

Attributes

io  [R] 

Public Class methods

[Source]

# File open-uri.rb, line 295
    def initialize(message, io)
      super(message)
      @io = io
    end

[Validate]