class MagentoMech::ProductNotFoundError
Public Class Methods
new(msg="Product not found!")
click to toggle source
# File lib/magento_remote/magento_mech.rb, line 15 def initialize(msg="Product not found!") ; end