Class: Slack::Web::Api::Errors::ParsingError

Inherits:
ServerError
  • Object
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) ⇒ 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