Ruby 2.4

OpenURI::HTTPError

class OpenURI::HTTPError

父类:StandardError的

属性

ioR

公共类方法

new(message, io) Show source

调用超类方法Exception.new

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