mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-02 13:24:20 +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
|