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