類別 OpenURI::HTTPError

屬性

io[R]

公開類別方法

new(message, io) 按一下以切換來源
呼叫超類別方法 Exception::new
# File lib/open-uri.rb, line 381
def initialize(message, io)
  super(message)
  @io = io
end