Timeout::Error
ReadTimeout, a subclass of Timeout::Error, is raised if a chunk of the response cannot be read within the read_timeout.
ReadTimeout
# File ruby-3.1.2/lib/net/protocol.rb, line 81 def initialize(io = nil) @io = io end
# File ruby-3.1.2/lib/net/protocol.rb, line 86 def message msg = super if @io msg = "#{msg} with #{@io.inspect}" end msg end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.