Exception: OneRosterClient::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/oneroster_client/error.rb

Instance Attribute Summary

Attributes inherited from Error

#dependency_name, #original_response, #response

Instance Method Summary collapse

Methods inherited from Error

#message, #to_s

Constructor Details

#initialize(response = nil, message = "Connection timed out") ⇒ TimeoutError

Returns a new instance of TimeoutError.



86
87
88
# File 'lib/oneroster_client/error.rb', line 86

def initialize(response = nil, message = "Connection timed out")
  super(response, message)
end