class Attio::RateLimitError

def initialize(message, response = nil)

def initialize(message, response = nil)
  super
  @retry_after = extract_retry_after(response) if response
end