class Slack::Web::Api::Errors::ParsingError

def initialize(response)

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