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