Exception: OneRosterClient::TimeoutError
- Defined in:
- lib/oneroster_client/error.rb
Instance Attribute Summary
Attributes inherited from Error
#dependency_name, #original_response, #response
Instance Method Summary collapse
-
#initialize(response = nil, message = "Connection timed out") ⇒ TimeoutError
constructor
A new instance of TimeoutError.
Methods inherited from Error
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, = "Connection timed out") super(response, ) end |