class Slack::Web::Api::Errors::TimeoutError

def initialize(response)

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