class Slack::Web::Api::Errors::ServerError

def initialize(message, response)

def initialize(message, response)
  @response = response
  super message
end