1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-06 21:46:17 +01:00
fab-manager/app/exceptions/cart/anonymous_error.rb

6 lines
125 B
Ruby
Raw Normal View History

2023-01-02 16:59:41 +01:00
# frozen_string_literal: true
# Raised when an anonymous cart it not allowed
class Cart::AnonymousError < StandardError
end