chronogolf/lightspeed_restaurant

View on GitHub
lib/lightspeed_restaurant/errors/api_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module LightspeedRestaurantClient
  class APIError < LightspeedRestaurantClientError
  end
end