OpenURI::HTTPError (Class)

In: open-uri.rb
Parent: StandardError

Methods

new  

Attributes

io  [R] 

Public Class methods

[Source]

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

[Validate]