# frozen_string_literal: true module NumverifyClient class InvalidApiFunctionError < NumverifyClientError end end