# frozen_string_literal: true module LightspeedRestaurantClient class InvalidRequestError < LightspeedRestaurantClientError end end