1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-08 05:29:21 +01:00

6 lines
109 B
Ruby
Raw Normal View History

# frozen_string_literal: true
# Raised when order amount = 0
class Cart::ZeroPriceError < StandardError
end