# typed: strict # frozen_string_literal: true module WhatsappSdk class Error < StandardError; end end