Class: Slack::Web::Api::Errors::UnavailableError
- Inherits:
-
HttpRequestError
- Object
- Faraday::Error
- ServerError
- HttpRequestError
- Slack::Web::Api::Errors::UnavailableError
- Defined in:
- lib/slack/web/api/errors/server_error.rb
Instance Attribute Summary
Attributes inherited from ServerError
Instance Method Summary collapse
-
#initialize(response) ⇒ UnavailableError
constructor
A new instance of UnavailableError.
Constructor Details
#initialize(response) ⇒ UnavailableError
Returns a new instance of UnavailableError.
30 31 32 |
# File 'lib/slack/web/api/errors/server_error.rb', line 30 def initialize(response) super('unavailable_error', response) end |