Timeout::Error
WriteTimeout, a subclass of Timeout::Error, is raised if a chunk of the response cannot be written within the write_timeout. Not raised on Windows.
# File net/protocol.rb, line 100 def initialize(io = nil) @io = io end
# File net/protocol.rb, line 105 def message msg = super if @io msg = "#{msg} with #{@io.inspect}" end msg end
This page was generated for Ruby 3.0.1
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.2.