Exception: SolidusImportProducts::Exception::AbstractMthodCall

Inherits:
Base
  • Object
show all
Defined in:
lib/solidus_import_products/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'This methid should be implemented in the subclass') ⇒ AbstractMthodCall

Returns a new instance of AbstractMthodCall.



12
13
14
# File 'lib/solidus_import_products/exception.rb', line 12

def initialize(msg = 'This methid should be implemented in the subclass')
  super
end