1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/app/exceptions/cannot_delete_product_error.rb

4 lines
116 B
Ruby

# Raised when delete a product if this product has used in order
class CannotDeleteProductError < StandardError
end