class Net::ReadTimeout
ReadTimeout
, a subclass of Timeout::Error
, is raised if a chunk of the response cannot be read within the read_timeout.
Attributes
Public Class Methods
Public Instance Methods
Source
# File lib/net/protocol.rb, line 86 def message msg = super if @io msg = "#{msg} with #{@io.inspect}" end msg end
Calls superclass method
Exception#message