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