1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-11 22:24:21 +01:00
fab-manager/app/exceptions/cart/out_stock_error.rb

6 lines
119 B
Ruby
Raw Normal View History

2022-08-19 19:59:13 +02:00
# frozen_string_literal: true
# Raised when the product is out of stock
class Cart::OutStockError < StandardError
end