Class: Slack::Web::Api::Errors::TimeoutError

Inherits:
HttpRequestError show all
Defined in:
lib/slack/web/api/errors/server_error.rb

Instance Attribute Summary

Attributes inherited from ServerError

#response

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ TimeoutError

Returns a new instance of TimeoutError.



24
25
26
# File 'lib/slack/web/api/errors/server_error.rb', line 24

def initialize(response)
  super('timeout_error', response)
end