Exception: SgtnCldr::Exceptions::TimeoutError

Inherits:
ConnectionError show all
Defined in:
lib/sgtn-cldr/core/exceptions.rb

Overview

Raised when a Timeout::Error occurs.

Instance Attribute Summary

Attributes inherited from ConnectionError

#response

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ TimeoutError

Returns a new instance of TimeoutError.



32
33
34
# File 'lib/sgtn-cldr/core/exceptions.rb', line 32

def initialize(message)
  @message = message
end

Instance Method Details

#to_sObject



35
# File 'lib/sgtn-cldr/core/exceptions.rb', line 35

def to_s; @message ;end