mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +01:00
4 lines
116 B
Ruby
4 lines
116 B
Ruby
# Raised when delete a product if this product has used in order
|
|
class CannotDeleteProductError < StandardError
|
|
end
|