Class: RestMan::Exceptions::WriteTimeout

Inherits:
Timeout
  • Object
show all
Defined in:
lib/restman/exceptions/timeout.rb

Overview

Timeout when writing to a server. Typically wraps Net::WriteTimeout

Instance Method Summary collapse

Methods inherited from Timeout

#initialize

Constructor Details

This class inherits a constructor from RestMan::Exceptions::Timeout

Instance Method Details

#default_messageObject



32
33
34
# File 'lib/restman/exceptions/timeout.rb', line 32

def default_message
  'Timed out writing data to server'
end