Class: OpenURI::HTTPError (Ruby 2.3.4)

In Files

  • open-uri.rb

Parent

Methods

OpenURI::HTTPError

Attributes

io[R]

Public Class Methods

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