类 OpenURI::HTTPError
属性
公共类方法
源码
# File lib/open-uri.rb, line 398 def initialize(message, io) super(message) @io = io end
调用父类方法
Exception::new
# File lib/open-uri.rb, line 398 def initialize(message, io) super(message) @io = io end
Exception::new