chronogolf/lightspeed_restaurant

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module LightspeedRestaurantClient
  class NotFoundError < LightspeedRestaurantClientError
  end
end