Class: RestMan::Exceptions::OpenTimeout

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

Overview

Timeout when connecting to a server. Typically wraps Net::OpenTimeout

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



18
19
20
# File 'lib/restman/exceptions/timeout.rb', line 18

def default_message
  'Timed out connecting to server'
end