1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-12 09:29:18 +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