# frozen_string_literal: true

# Raised when the product is out of stock
class Cart::InactiveProductError < StandardError
end